Shades of Rust #C7470C
Tints of Rust #C7470C
RGB
CMYK
RGB Variations
Color information
#C7470C (or 0xC7470C) is known color: Rust. HEX triplet: C7, 47 and 0C. RGB value is (199,71,12). Sum of RGB (Red+Green+Blue) = 199+71+12=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7470C is #38B8F3. Grayscale: #666666. Windows color (decimal): -3717364 or 804807. OLE color: 804807.
HSL color Cylindrical-coordinate representation of color #C7470C: hue angle of 18.93º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7470C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.22 |
| HSL | 18.93º | 0.89% | 0.41% | - |
| HSV(B) | 18.93º | 0.94% | 0.78% | - |
| XYZ | 25.87 | 16.68 | 2.2 | - |
| YUV | 102.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 12 | 0 | 0.64 | 0.94 | 0.22 | 18.93 | 0.89 | 0.41 |
| Hex | C7 | 47 | C | 0 | 40 | 5E | 16 | 13 | 59 | 29 |
| Octal | 307 | 107 | 14 | 0 | 100 | 136 | 26 | 23 | 131 | 51 |
| Binary | 11000111 | 1000111 | 1100 | 0 | 1000000 | 1011110 | 10110 | 10011 | 1011001 | 101001 |
Color Harmonies of #C7470C
Complementary color
Monochromatic Colors of #C7470C
Black with #C7470C
Text Example
Text Example
White with #C7470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7470C; }
p { color: rgb(199,71,12); }
H1.HeaderClassName
{
color: #C7470C;
}
.AnyTagClassName
{
color: #C7470C;
}
</style>
background-color css
<style>
a { background-color: #C7470C; }
a { background-color: rgb(199,71,12); }
div.DivClassName
{
background-color: #C7470C;
}
.BgClassName
{
background-color: #C7470C;
}
</style>
border-color css
<style>
span { border-color: #C7470C; }
span { border-color: rgb(199,71,12); }
td.TdClassName
{
border-color: #C7470C;
}
.TagClassName
{
border-color: #C7470C;
}
</style>