Shades of Rust #C2470F
Tints of Rust #C2470F
RGB
CMYK
RGB Variations
Color information
#C2470F (or 0xC2470F) is known color: Rust. HEX triplet: C2, 47 and 0F. RGB value is (194,71,15). Sum of RGB (Red+Green+Blue) = 194+71+15=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2470F is #3DB8F0. Grayscale: #656565. Windows color (decimal): -4045041 or 1001410. OLE color: 1001410.
HSL color Cylindrical-coordinate representation of color #C2470F: hue angle of 18.77º 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 #C2470F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 18.77º | 0.86% | 0.41% | - |
| HSV(B) | 18.77º | 0.92% | 0.76% | - |
| XYZ | 24.59 | 16.01 | 2.25 | - |
| YUV | 101.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 15 | 0 | 0.63 | 0.92 | 0.24 | 18.77 | 0.86 | 0.41 |
| Hex | C2 | 47 | F | 0 | 3F | 5C | 18 | 13 | 56 | 29 |
| Octal | 302 | 107 | 17 | 0 | 77 | 134 | 30 | 23 | 126 | 51 |
| Binary | 11000010 | 1000111 | 1111 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010110 | 101001 |
Color Harmonies of #C2470F
Complementary color
Monochromatic Colors of #C2470F
Black with #C2470F
Text Example
Text Example
White with #C2470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2470F; }
p { color: rgb(194,71,15); }
H1.HeaderClassName
{
color: #C2470F;
}
.AnyTagClassName
{
color: #C2470F;
}
</style>
background-color css
<style>
a { background-color: #C2470F; }
a { background-color: rgb(194,71,15); }
div.DivClassName
{
background-color: #C2470F;
}
.BgClassName
{
background-color: #C2470F;
}
</style>
border-color css
<style>
span { border-color: #C2470F; }
span { border-color: rgb(194,71,15); }
td.TdClassName
{
border-color: #C2470F;
}
.TagClassName
{
border-color: #C2470F;
}
</style>