Shades of Rust #CC470F
Tints of Rust #CC470F
RGB
CMYK
RGB Variations
Color information
#CC470F (or 0xCC470F) is known color: Rust. HEX triplet: CC, 47 and 0F. RGB value is (204,71,15). Sum of RGB (Red+Green+Blue) = 204+71+15=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC470F is #33B8F0. Grayscale: #686868. Windows color (decimal): -3389681 or 1001420. OLE color: 1001420.
HSL color Cylindrical-coordinate representation of color #CC470F: hue angle of 17.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC470F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.2 |
| HSL | 17.78º | 0.86% | 0.43% | - |
| HSV(B) | 17.78º | 0.93% | 0.8% | - |
| XYZ | 27.24 | 17.38 | 2.37 | - |
| YUV | 104.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 15 | 0 | 0.65 | 0.93 | 0.2 | 17.78 | 0.86 | 0.43 |
| Hex | CC | 47 | F | 0 | 41 | 5D | 14 | 12 | 56 | 2B |
| Octal | 314 | 107 | 17 | 0 | 101 | 135 | 24 | 22 | 126 | 53 |
| Binary | 11001100 | 1000111 | 1111 | 0 | 1000001 | 1011101 | 10100 | 10010 | 1010110 | 101011 |
Color Harmonies of #CC470F
Complementary color
Monochromatic Colors of #CC470F
Black with #CC470F
Text Example
Text Example
White with #CC470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC470F; }
p { color: rgb(204,71,15); }
H1.HeaderClassName
{
color: #CC470F;
}
.AnyTagClassName
{
color: #CC470F;
}
</style>
background-color css
<style>
a { background-color: #CC470F; }
a { background-color: rgb(204,71,15); }
div.DivClassName
{
background-color: #CC470F;
}
.BgClassName
{
background-color: #CC470F;
}
</style>
border-color css
<style>
span { border-color: #CC470F; }
span { border-color: rgb(204,71,15); }
td.TdClassName
{
border-color: #CC470F;
}
.TagClassName
{
border-color: #CC470F;
}
</style>