#c05018

Color #C05018 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #C05018

Tints of Rust #C05018

Color information

#C05018 (or 0xC05018) is unknown color: approx Rust. HEX triplet: C0, 50 and 18. RGB value is (192,80,24). Sum of RGB (Red+Green+Blue) = 192+80+24=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05018 is #3FAFE7. Grayscale: #6B6B6B. Windows color (decimal): -4173800 or 1593536. OLE color: 1593536.

HSL color Cylindrical-coordinate representation of color #C05018: hue angle of 20º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C05018 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1928024-
CMYK00.580.880.25
HSL20º77.78%42.35%-
HSV(B)20º87.5%75.29%-
XYZ24.7717.012.84-
YUV107.181.11188.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 64.86%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=64.86%
G=27.03%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192802400.580.880.252077.7842.35
HexC0501803A5819144e2a
Octal30012030072130312411652
Binary110000001010000110000111010101100011001101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05018; }

 p { color: rgb(192,80,24); }

 H1.HeaderClassName
 {
   color: #c05018;
 }
 .AnyTagClassName
 {
   color: #c05018;
 }
</style>
background-color css

<style>
 a { background-color: #c05018; }

 a { background-color: rgb(192,80,24); }

 div.DivClassName
 {
   background-color: #c05018;
 }
 .BgClassName
 {
   background-color: #c05018;
 }
</style>
border-color css

<style>
 span { border-color: #c05018; }

 span { border-color: rgb(192,80,24); }

 td.TdClassName
 {
   border-color: #c05018;
 }
 .TagClassName
 {
   border-color: #c05018;
 }
</style>