#C04812

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

Shades of Rust #C04812

Tints of Rust #C04812

Color information

#C04812 (or 0xC04812) is unknown color: approx Rust. HEX triplet: C0, 48 and 12. RGB value is (192,72,18). Sum of RGB (Red+Green+Blue) = 192+72+18=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04812 is #3FB7ED. Grayscale: #666666. Windows color (decimal): -4175854 or 1198272. OLE color: 1198272.

HSL color Cylindrical-coordinate representation of color #C04812: hue angle of 18.62º 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 #C04812 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1927218-
CMYK00.630.910.25
HSL18.62º82.86%41.18%-
HSV(B)18.62º90.62%75.29%-
XYZ24.1615.882.36-
YUV101.7280.76192.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.09%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=68.09%
G=25.53%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192721800.630.910.2518.6282.8641.18
HexC0481203F5B19135329
Octal30011022077133312312351
Binary110000001001000100100111111101101111001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04812; }

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

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

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

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

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

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

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

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