Shades of Rust #CC4C17
Tints of Rust #CC4C17
RGB
CMYK
RGB Variations
Color information
#CC4C17 (or 0xCC4C17) is known color: Rust. HEX triplet: CC, 4C and 17. RGB value is (204,76,23). Sum of RGB (Red+Green+Blue) = 204+76+23=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C17 is #33B3E8. Grayscale: #6C6C6C. Windows color (decimal): -3388393 or 1526988. OLE color: 1526988.
HSL color Cylindrical-coordinate representation of color #CC4C17: hue angle of 17.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4C17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.2 |
| HSL | 17.57º | 0.8% | 0.45% | - |
| HSV(B) | 17.57º | 0.89% | 0.8% | - |
| XYZ | 27.64 | 18.07 | 2.84 | - |
| YUV | 108.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 23 | 0 | 0.63 | 0.89 | 0.2 | 17.57 | 0.8 | 0.45 |
| Hex | CC | 4C | 17 | 0 | 3F | 59 | 14 | 12 | 50 | 2D |
| Octal | 314 | 114 | 27 | 0 | 77 | 131 | 24 | 22 | 120 | 55 |
| Binary | 11001100 | 1001100 | 10111 | 0 | 111111 | 1011001 | 10100 | 10010 | 1010000 | 101101 |
Color Harmonies of #CC4C17
Complementary color
Monochromatic Colors of #CC4C17
Black with #CC4C17
Text Example
Text Example
White with #CC4C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C17; }
p { color: rgb(204,76,23); }
H1.HeaderClassName
{
color: #CC4C17;
}
.AnyTagClassName
{
color: #CC4C17;
}
</style>
background-color css
<style>
a { background-color: #CC4C17; }
a { background-color: rgb(204,76,23); }
div.DivClassName
{
background-color: #CC4C17;
}
.BgClassName
{
background-color: #CC4C17;
}
</style>
border-color css
<style>
span { border-color: #CC4C17; }
span { border-color: rgb(204,76,23); }
td.TdClassName
{
border-color: #CC4C17;
}
.TagClassName
{
border-color: #CC4C17;
}
</style>