Shades of Rust #C4490B
Tints of Rust #C4490B
RGB
CMYK
RGB Variations
Color information
#C4490B (or 0xC4490B) is known color: Rust. HEX triplet: C4, 49 and 0B. RGB value is (196,73,11). Sum of RGB (Red+Green+Blue) = 196+73+11=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4490B is #3BB6F4. Grayscale: #676767. Windows color (decimal): -3913461 or 739780. OLE color: 739780.
HSL color Cylindrical-coordinate representation of color #C4490B: hue angle of 20.11º 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 #C4490B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.23 |
| HSL | 20.11º | 0.89% | 0.41% | - |
| HSV(B) | 20.11º | 0.94% | 0.77% | - |
| XYZ | 25.21 | 16.53 | 2.18 | - |
| YUV | 102.71 | 76.25 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 11 | 0 | 0.63 | 0.94 | 0.23 | 20.11 | 0.89 | 0.41 |
| Hex | C4 | 49 | B | 0 | 3F | 5E | 17 | 14 | 59 | 29 |
| Octal | 304 | 111 | 13 | 0 | 77 | 136 | 27 | 24 | 131 | 51 |
| Binary | 11000100 | 1001001 | 1011 | 0 | 111111 | 1011110 | 10111 | 10100 | 1011001 | 101001 |
Color Harmonies of #C4490B
Complementary color
Monochromatic Colors of #C4490B
Black with #C4490B
Text Example
Text Example
White with #C4490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4490B; }
p { color: rgb(196,73,11); }
H1.HeaderClassName
{
color: #C4490B;
}
.AnyTagClassName
{
color: #C4490B;
}
</style>
background-color css
<style>
a { background-color: #C4490B; }
a { background-color: rgb(196,73,11); }
div.DivClassName
{
background-color: #C4490B;
}
.BgClassName
{
background-color: #C4490B;
}
</style>
border-color css
<style>
span { border-color: #C4490B; }
span { border-color: rgb(196,73,11); }
td.TdClassName
{
border-color: #C4490B;
}
.TagClassName
{
border-color: #C4490B;
}
</style>