#C44912

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

Shades of Rust #C44912

Tints of Rust #C44912

Color information

#C44912 (or 0xC44912) is unknown color: approx Rust. HEX triplet: C4, 49 and 12. RGB value is (196,73,18). Sum of RGB (Red+Green+Blue) = 196+73+18=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44912 is #3BB6ED. Grayscale: #676767. Windows color (decimal): -3913454 or 1198532. OLE color: 1198532.

HSL color Cylindrical-coordinate representation of color #C44912: hue angle of 18.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C44912 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1967318-
CMYK00.630.910.23
HSL18.54º83.18%41.96%-
HSV(B)18.54º90.82%76.86%-
XYZ25.2616.542.43-
YUV103.5179.75193.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=68.29%
G=25.44%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196731800.630.910.2318.5483.1841.96
HexC4491203F5B1713532a
Octal30411122077133272312352
Binary110001001001001100100111111101101110111100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44912; }

 p { color: rgb(196,73,18); }

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

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

 a { background-color: rgb(196,73,18); }

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

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

 span { border-color: rgb(196,73,18); }

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