#C44812

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

Shades of Rust #C44812

Tints of Rust #C44812

Color information

#C44812 (or 0xC44812) is unknown color: approx Rust. HEX triplet: C4, 48 and 12. RGB value is (196,72,18). Sum of RGB (Red+Green+Blue) = 196+72+18=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C44812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44812 is #3BB7ED. Grayscale: #676767. Windows color (decimal): -3913710 or 1198276. OLE color: 1198276.

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

Color convert

RGB1967218-
CMYK00.630.910.23
HSL18.2º83.18%41.96%-
HSV(B)18.2º90.82%76.86%-
XYZ25.1916.412.41-
YUV102.9280.08194.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=68.53%
G=25.17%
B=6.29%

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
Decimal196721800.630.910.2318.283.1841.96
HexC4481203F5B1712532a
Octal30411022077133272212352
Binary110001001001000100100111111101101110111100101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44812; }

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

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

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

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

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

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

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

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