Shades of Rust #CC4C15
Tints of Rust #CC4C15
RGB
CMYK
RGB Variations
Color information
#CC4C15 (or 0xCC4C15) is known color: Rust. HEX triplet: CC, 4C and 15. RGB value is (204,76,21). Sum of RGB (Red+Green+Blue) = 204+76+21=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C15 is #33B3EA. Grayscale: #6C6C6C. Windows color (decimal): -3388395 or 1395916. OLE color: 1395916.
HSL color Cylindrical-coordinate representation of color #CC4C15: hue angle of 18.03º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4C15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.2 |
| HSL | 18.03º | 0.81% | 0.44% | - |
| HSV(B) | 18.03º | 0.9% | 0.8% | - |
| XYZ | 27.62 | 18.06 | 2.74 | - |
| YUV | 108 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 21 | 0 | 0.63 | 0.90 | 0.2 | 18.03 | 0.81 | 0.44 |
| Hex | CC | 4C | 15 | 0 | 3F | 5A | 14 | 12 | 51 | 2C |
| Octal | 314 | 114 | 25 | 0 | 77 | 132 | 24 | 22 | 121 | 54 |
| Binary | 11001100 | 1001100 | 10101 | 0 | 111111 | 1011010 | 10100 | 10010 | 1010001 | 101100 |
Color Harmonies of #CC4C15
Complementary color
Monochromatic Colors of #CC4C15
Black with #CC4C15
Text Example
Text Example
White with #CC4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C15; }
p { color: rgb(204,76,21); }
H1.HeaderClassName
{
color: #CC4C15;
}
.AnyTagClassName
{
color: #CC4C15;
}
</style>
background-color css
<style>
a { background-color: #CC4C15; }
a { background-color: rgb(204,76,21); }
div.DivClassName
{
background-color: #CC4C15;
}
.BgClassName
{
background-color: #CC4C15;
}
</style>
border-color css
<style>
span { border-color: #CC4C15; }
span { border-color: rgb(204,76,21); }
td.TdClassName
{
border-color: #CC4C15;
}
.TagClassName
{
border-color: #CC4C15;
}
</style>