Shades of Rust #CC4204
Tints of Rust #CC4204
RGB
CMYK
RGB Variations
Color information
#CC4204 (or 0xCC4204) is known color: Rust. HEX triplet: CC, 42 and 04. RGB value is (204,66,4). Sum of RGB (Red+Green+Blue) = 204+66+4=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4204 is #33BDFB. Grayscale: #646464. Windows color (decimal): -3390972 or 279244. OLE color: 279244.
HSL color Cylindrical-coordinate representation of color #CC4204: hue angle of 18.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4204 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.2 |
| HSL | 18.6º | 0.96% | 0.41% | - |
| HSV(B) | 18.6º | 0.98% | 0.8% | - |
| XYZ | 26.87 | 16.74 | 1.93 | - |
| YUV | 100.19 | 73.72 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 4 | 0 | 0.68 | 0.98 | 0.2 | 18.6 | 0.96 | 0.41 |
| Hex | CC | 42 | 4 | 0 | 44 | 62 | 14 | 13 | 60 | 29 |
| Octal | 314 | 102 | 4 | 0 | 104 | 142 | 24 | 23 | 140 | 51 |
| Binary | 11001100 | 1000010 | 100 | 0 | 1000100 | 1100010 | 10100 | 10011 | 1100000 | 101001 |
Color Harmonies of #CC4204
Complementary color
Monochromatic Colors of #CC4204
Black with #CC4204
Text Example
Text Example
White with #CC4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4204; }
p { color: rgb(204,66,4); }
H1.HeaderClassName
{
color: #CC4204;
}
.AnyTagClassName
{
color: #CC4204;
}
</style>
background-color css
<style>
a { background-color: #CC4204; }
a { background-color: rgb(204,66,4); }
div.DivClassName
{
background-color: #CC4204;
}
.BgClassName
{
background-color: #CC4204;
}
</style>
border-color css
<style>
span { border-color: #CC4204; }
span { border-color: rgb(204,66,4); }
td.TdClassName
{
border-color: #CC4204;
}
.TagClassName
{
border-color: #CC4204;
}
</style>