Shades of Rust #C44412
Tints of Rust #C44412
RGB
CMYK
RGB Variations
Color information
#C44412 (or 0xC44412) is known color: Rust. HEX triplet: C4, 44 and 12. RGB value is (196,68,18). Sum of RGB (Red+Green+Blue) = 196+68+18=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44412 is #3BBBED. Grayscale: #646464. Windows color (decimal): -3914734 or 1197252. OLE color: 1197252.
HSL color Cylindrical-coordinate representation of color #C44412: hue angle of 16.85º 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 #C44412 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.23 |
| HSL | 16.85º | 0.83% | 0.42% | - |
| HSV(B) | 16.85º | 0.91% | 0.77% | - |
| XYZ | 24.94 | 15.91 | 2.33 | - |
| YUV | 100.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 18 | 0 | 0.65 | 0.91 | 0.23 | 16.85 | 0.83 | 0.42 |
| Hex | C4 | 44 | 12 | 0 | 41 | 5B | 17 | 11 | 53 | 2A |
| Octal | 304 | 104 | 22 | 0 | 101 | 133 | 27 | 21 | 123 | 52 |
| Binary | 11000100 | 1000100 | 10010 | 0 | 1000001 | 1011011 | 10111 | 10001 | 1010011 | 101010 |
Color Harmonies of #C44412
Complementary color
Monochromatic Colors of #C44412
Black with #C44412
Text Example
Text Example
White with #C44412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44412; }
p { color: rgb(196,68,18); }
H1.HeaderClassName
{
color: #C44412;
}
.AnyTagClassName
{
color: #C44412;
}
</style>
background-color css
<style>
a { background-color: #C44412; }
a { background-color: rgb(196,68,18); }
div.DivClassName
{
background-color: #C44412;
}
.BgClassName
{
background-color: #C44412;
}
</style>
border-color css
<style>
span { border-color: #C44412; }
span { border-color: rgb(196,68,18); }
td.TdClassName
{
border-color: #C44412;
}
.TagClassName
{
border-color: #C44412;
}
</style>