#C04212

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

Shades of Rust #C04212

Tints of Rust #C04212

Color information

#C04212 (or 0xC04212) is unknown color: approx Rust. HEX triplet: C0, 42 and 12. RGB value is (192,66,18). Sum of RGB (Red+Green+Blue) = 192+66+18=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04212 is #3FBDED. Grayscale: #626262. Windows color (decimal): -4177390 or 1196736. OLE color: 1196736.

HSL color Cylindrical-coordinate representation of color #C04212: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04212 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1926618-
CMYK00.660.910.25
HSL16.55º82.86%41.18%-
HSV(B)16.55º90.62%75.29%-
XYZ23.815.152.24-
YUV98.282.74194.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.57%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=69.57%
G=23.91%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192661800.660.910.2516.5582.8641.18
HexC042120425B19115329
Octal300102220102133312112351
Binary1100000010000101001001000010101101111001100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04212; }

 p { color: rgb(192,66,18); }

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

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

 a { background-color: rgb(192,66,18); }

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

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

 span { border-color: rgb(192,66,18); }

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