Shades of Rust #C4420B
Tints of Rust #C4420B
RGB
CMYK
RGB Variations
Color information
#C4420B (or 0xC4420B) is known color: Rust. HEX triplet: C4, 42 and 0B. RGB value is (196,66,11). Sum of RGB (Red+Green+Blue) = 196+66+11=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4420B is #3BBDF4. Grayscale: #626262. Windows color (decimal): -3915253 or 737988. OLE color: 737988.
HSL color Cylindrical-coordinate representation of color #C4420B: hue angle of 17.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4420B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.23 |
| HSL | 17.84º | 0.89% | 0.41% | - |
| HSV(B) | 17.84º | 0.94% | 0.77% | - |
| XYZ | 24.77 | 15.66 | 2.03 | - |
| YUV | 98.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 11 | 0 | 0.66 | 0.94 | 0.23 | 17.84 | 0.89 | 0.41 |
| Hex | C4 | 42 | B | 0 | 42 | 5E | 17 | 12 | 59 | 29 |
| Octal | 304 | 102 | 13 | 0 | 102 | 136 | 27 | 22 | 131 | 51 |
| Binary | 11000100 | 1000010 | 1011 | 0 | 1000010 | 1011110 | 10111 | 10010 | 1011001 | 101001 |
Color Harmonies of #C4420B
Complementary color
Monochromatic Colors of #C4420B
Black with #C4420B
Text Example
Text Example
White with #C4420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4420B; }
p { color: rgb(196,66,11); }
H1.HeaderClassName
{
color: #C4420B;
}
.AnyTagClassName
{
color: #C4420B;
}
</style>
background-color css
<style>
a { background-color: #C4420B; }
a { background-color: rgb(196,66,11); }
div.DivClassName
{
background-color: #C4420B;
}
.BgClassName
{
background-color: #C4420B;
}
</style>
border-color css
<style>
span { border-color: #C4420B; }
span { border-color: rgb(196,66,11); }
td.TdClassName
{
border-color: #C4420B;
}
.TagClassName
{
border-color: #C4420B;
}
</style>