Shades of Rust #C4490C
Tints of Rust #C4490C
RGB
CMYK
RGB Variations
Color information
#C4490C (or 0xC4490C) is known color: Rust. HEX triplet: C4, 49 and 0C. RGB value is (196,73,12). Sum of RGB (Red+Green+Blue) = 196+73+12=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4490C is #3BB6F3. Grayscale: #676767. Windows color (decimal): -3913460 or 805316. OLE color: 805316.
HSL color Cylindrical-coordinate representation of color #C4490C: hue angle of 19.89º 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 #C4490C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.23 |
| HSL | 19.89º | 0.88% | 0.41% | - |
| HSV(B) | 19.89º | 0.94% | 0.77% | - |
| XYZ | 25.21 | 16.53 | 2.21 | - |
| YUV | 102.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 12 | 0 | 0.63 | 0.94 | 0.23 | 19.89 | 0.88 | 0.41 |
| Hex | C4 | 49 | C | 0 | 3F | 5E | 17 | 14 | 58 | 29 |
| Octal | 304 | 111 | 14 | 0 | 77 | 136 | 27 | 24 | 130 | 51 |
| Binary | 11000100 | 1001001 | 1100 | 0 | 111111 | 1011110 | 10111 | 10100 | 1011000 | 101001 |
Color Harmonies of #C4490C
Complementary color
Monochromatic Colors of #C4490C
Black with #C4490C
Text Example
Text Example
White with #C4490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4490C; }
p { color: rgb(196,73,12); }
H1.HeaderClassName
{
color: #C4490C;
}
.AnyTagClassName
{
color: #C4490C;
}
</style>
background-color css
<style>
a { background-color: #C4490C; }
a { background-color: rgb(196,73,12); }
div.DivClassName
{
background-color: #C4490C;
}
.BgClassName
{
background-color: #C4490C;
}
</style>
border-color css
<style>
span { border-color: #C4490C; }
span { border-color: rgb(196,73,12); }
td.TdClassName
{
border-color: #C4490C;
}
.TagClassName
{
border-color: #C4490C;
}
</style>