Shades of Rust #C2490A
Tints of Rust #C2490A
RGB
CMYK
RGB Variations
Color information
#C2490A (or 0xC2490A) is known color: Rust. HEX triplet: C2, 49 and 0A. RGB value is (194,73,10). Sum of RGB (Red+Green+Blue) = 194+73+10=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2490A is #3DB6F5. Grayscale: #666666. Windows color (decimal): -4044534 or 674242. OLE color: 674242.
HSL color Cylindrical-coordinate representation of color #C2490A: hue angle of 20.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2490A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.24 |
| HSL | 20.54º | 0.9% | 0.4% | - |
| HSV(B) | 20.54º | 0.95% | 0.76% | - |
| XYZ | 24.69 | 16.26 | 2.12 | - |
| YUV | 102 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 10 | 0 | 0.62 | 0.95 | 0.24 | 20.54 | 0.9 | 0.4 |
| Hex | C2 | 49 | A | 0 | 3E | 5F | 18 | 15 | 5A | 28 |
| Octal | 302 | 111 | 12 | 0 | 76 | 137 | 30 | 25 | 132 | 50 |
| Binary | 11000010 | 1001001 | 1010 | 0 | 111110 | 1011111 | 11000 | 10101 | 1011010 | 101000 |
Color Harmonies of #C2490A
Complementary color
Monochromatic Colors of #C2490A
Black with #C2490A
Text Example
Text Example
White with #C2490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2490A; }
p { color: rgb(194,73,10); }
H1.HeaderClassName
{
color: #C2490A;
}
.AnyTagClassName
{
color: #C2490A;
}
</style>
background-color css
<style>
a { background-color: #C2490A; }
a { background-color: rgb(194,73,10); }
div.DivClassName
{
background-color: #C2490A;
}
.BgClassName
{
background-color: #C2490A;
}
</style>
border-color css
<style>
span { border-color: #C2490A; }
span { border-color: rgb(194,73,10); }
td.TdClassName
{
border-color: #C2490A;
}
.TagClassName
{
border-color: #C2490A;
}
</style>