Shades of Rust #C4420C
Tints of Rust #C4420C
RGB
CMYK
RGB Variations
Color information
#C4420C (or 0xC4420C) is known color: Rust. HEX triplet: C4, 42 and 0C. RGB value is (196,66,12). Sum of RGB (Red+Green+Blue) = 196+66+12=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4420C is #3BBDF3. Grayscale: #636363. Windows color (decimal): -3915252 or 803524. OLE color: 803524.
HSL color Cylindrical-coordinate representation of color #C4420C: hue angle of 17.61º degrees, saturation: 0.88, 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 #C4420C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.23 |
| HSL | 17.61º | 0.88% | 0.41% | - |
| HSV(B) | 17.61º | 0.94% | 0.77% | - |
| XYZ | 24.78 | 15.66 | 2.06 | - |
| YUV | 98.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 12 | 0 | 0.66 | 0.94 | 0.23 | 17.61 | 0.88 | 0.41 |
| Hex | C4 | 42 | C | 0 | 42 | 5E | 17 | 12 | 58 | 29 |
| Octal | 304 | 102 | 14 | 0 | 102 | 136 | 27 | 22 | 130 | 51 |
| Binary | 11000100 | 1000010 | 1100 | 0 | 1000010 | 1011110 | 10111 | 10010 | 1011000 | 101001 |
Color Harmonies of #C4420C
Complementary color
Monochromatic Colors of #C4420C
Black with #C4420C
Text Example
Text Example
White with #C4420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4420C; }
p { color: rgb(196,66,12); }
H1.HeaderClassName
{
color: #C4420C;
}
.AnyTagClassName
{
color: #C4420C;
}
</style>
background-color css
<style>
a { background-color: #C4420C; }
a { background-color: rgb(196,66,12); }
div.DivClassName
{
background-color: #C4420C;
}
.BgClassName
{
background-color: #C4420C;
}
</style>
border-color css
<style>
span { border-color: #C4420C; }
span { border-color: rgb(196,66,12); }
td.TdClassName
{
border-color: #C4420C;
}
.TagClassName
{
border-color: #C4420C;
}
</style>