Shades of Rust #C44212
Tints of Rust #C44212
RGB
CMYK
RGB Variations
Color information
#C44212 (or 0xC44212) is known color: Rust. HEX triplet: C4, 42 and 12. RGB value is (196,66,18). Sum of RGB (Red+Green+Blue) = 196+66+18=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44212 is #3BBDED. Grayscale: #636363. Windows color (decimal): -3915246 or 1196740. OLE color: 1196740.
HSL color Cylindrical-coordinate representation of color #C44212: hue angle of 16.18º 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 #C44212 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.23 |
| HSL | 16.18º | 0.83% | 0.42% | - |
| HSV(B) | 16.18º | 0.91% | 0.77% | - |
| XYZ | 24.82 | 15.68 | 2.29 | - |
| YUV | 99.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 18 | 0 | 0.66 | 0.91 | 0.23 | 16.18 | 0.83 | 0.42 |
| Hex | C4 | 42 | 12 | 0 | 42 | 5B | 17 | 10 | 53 | 2A |
| Octal | 304 | 102 | 22 | 0 | 102 | 133 | 27 | 20 | 123 | 52 |
| Binary | 11000100 | 1000010 | 10010 | 0 | 1000010 | 1011011 | 10111 | 10000 | 1010011 | 101010 |
Color Harmonies of #C44212
Complementary color
Monochromatic Colors of #C44212
Black with #C44212
Text Example
Text Example
White with #C44212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44212; }
p { color: rgb(196,66,18); }
H1.HeaderClassName
{
color: #C44212;
}
.AnyTagClassName
{
color: #C44212;
}
</style>
background-color css
<style>
a { background-color: #C44212; }
a { background-color: rgb(196,66,18); }
div.DivClassName
{
background-color: #C44212;
}
.BgClassName
{
background-color: #C44212;
}
</style>
border-color css
<style>
span { border-color: #C44212; }
span { border-color: rgb(196,66,18); }
td.TdClassName
{
border-color: #C44212;
}
.TagClassName
{
border-color: #C44212;
}
</style>