Shades of Rust #C2490F
Tints of Rust #C2490F
RGB
CMYK
RGB Variations
Color information
#C2490F (or 0xC2490F) is known color: Rust. HEX triplet: C2, 49 and 0F. RGB value is (194,73,15). Sum of RGB (Red+Green+Blue) = 194+73+15=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C2490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2490F is #3DB6F0. Grayscale: #666666. Windows color (decimal): -4044529 or 1001922. OLE color: 1001922.
HSL color Cylindrical-coordinate representation of color #C2490F: hue angle of 19.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2490F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.24 |
| HSL | 19.44º | 0.86% | 0.41% | - |
| HSV(B) | 19.44º | 0.92% | 0.76% | - |
| XYZ | 24.72 | 16.27 | 2.29 | - |
| YUV | 102.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 15 | 0 | 0.62 | 0.92 | 0.24 | 19.44 | 0.86 | 0.41 |
| Hex | C2 | 49 | F | 0 | 3E | 5C | 18 | 13 | 56 | 29 |
| Octal | 302 | 111 | 17 | 0 | 76 | 134 | 30 | 23 | 126 | 51 |
| Binary | 11000010 | 1001001 | 1111 | 0 | 111110 | 1011100 | 11000 | 10011 | 1010110 | 101001 |
Color Harmonies of #C2490F
Complementary color
Monochromatic Colors of #C2490F
Black with #C2490F
Text Example
Text Example
White with #C2490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2490F; }
p { color: rgb(194,73,15); }
H1.HeaderClassName
{
color: #C2490F;
}
.AnyTagClassName
{
color: #C2490F;
}
</style>
background-color css
<style>
a { background-color: #C2490F; }
a { background-color: rgb(194,73,15); }
div.DivClassName
{
background-color: #C2490F;
}
.BgClassName
{
background-color: #C2490F;
}
</style>
border-color css
<style>
span { border-color: #C2490F; }
span { border-color: rgb(194,73,15); }
td.TdClassName
{
border-color: #C2490F;
}
.TagClassName
{
border-color: #C2490F;
}
</style>