Shades of Rust #C7470F
Tints of Rust #C7470F
RGB
CMYK
RGB Variations
Color information
#C7470F (or 0xC7470F) is known color: Rust. HEX triplet: C7, 47 and 0F. RGB value is (199,71,15). Sum of RGB (Red+Green+Blue) = 199+71+15=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C7470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7470F is #38B8F0. Grayscale: #676767. Windows color (decimal): -3717361 or 1001415. OLE color: 1001415.
HSL color Cylindrical-coordinate representation of color #C7470F: hue angle of 18.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7470F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.22 |
| HSL | 18.26º | 0.86% | 0.42% | - |
| HSV(B) | 18.26º | 0.92% | 0.78% | - |
| XYZ | 25.89 | 16.68 | 2.31 | - |
| YUV | 102.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 15 | 0 | 0.64 | 0.92 | 0.22 | 18.26 | 0.86 | 0.42 |
| Hex | C7 | 47 | F | 0 | 40 | 5C | 16 | 12 | 56 | 2A |
| Octal | 307 | 107 | 17 | 0 | 100 | 134 | 26 | 22 | 126 | 52 |
| Binary | 11000111 | 1000111 | 1111 | 0 | 1000000 | 1011100 | 10110 | 10010 | 1010110 | 101010 |
Color Harmonies of #C7470F
Complementary color
Monochromatic Colors of #C7470F
Black with #C7470F
Text Example
Text Example
White with #C7470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7470F; }
p { color: rgb(199,71,15); }
H1.HeaderClassName
{
color: #C7470F;
}
.AnyTagClassName
{
color: #C7470F;
}
</style>
background-color css
<style>
a { background-color: #C7470F; }
a { background-color: rgb(199,71,15); }
div.DivClassName
{
background-color: #C7470F;
}
.BgClassName
{
background-color: #C7470F;
}
</style>
border-color css
<style>
span { border-color: #C7470F; }
span { border-color: rgb(199,71,15); }
td.TdClassName
{
border-color: #C7470F;
}
.TagClassName
{
border-color: #C7470F;
}
</style>