Shades of Rust #CC4C19
Tints of Rust #CC4C19
RGB
CMYK
RGB Variations
Color information
#CC4C19 (or 0xCC4C19) is known color: Rust. HEX triplet: CC, 4C and 19. RGB value is (204,76,25). Sum of RGB (Red+Green+Blue) = 204+76+25=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C19 is #33B3E6. Grayscale: #6C6C6C. Windows color (decimal): -3388391 or 1658060. OLE color: 1658060.
HSL color Cylindrical-coordinate representation of color #CC4C19: hue angle of 17.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC4C19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 25 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.2 |
| HSL | 17.09º | 0.78% | 0.45% | - |
| HSV(B) | 17.09º | 0.88% | 0.8% | - |
| XYZ | 27.66 | 18.08 | 2.95 | - |
| YUV | 108.46 | 80.91 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 25 | 0 | 0.63 | 0.88 | 0.2 | 17.09 | 0.78 | 0.45 |
| Hex | CC | 4C | 19 | 0 | 3F | 58 | 14 | 11 | 4E | 2D |
| Octal | 314 | 114 | 31 | 0 | 77 | 130 | 24 | 21 | 116 | 55 |
| Binary | 11001100 | 1001100 | 11001 | 0 | 111111 | 1011000 | 10100 | 10001 | 1001110 | 101101 |
Color Harmonies of #CC4C19
Complementary color
Monochromatic Colors of #CC4C19
Black with #CC4C19
Text Example
Text Example
White with #CC4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C19; }
p { color: rgb(204,76,25); }
H1.HeaderClassName
{
color: #CC4C19;
}
.AnyTagClassName
{
color: #CC4C19;
}
</style>
background-color css
<style>
a { background-color: #CC4C19; }
a { background-color: rgb(204,76,25); }
div.DivClassName
{
background-color: #CC4C19;
}
.BgClassName
{
background-color: #CC4C19;
}
</style>
border-color css
<style>
span { border-color: #CC4C19; }
span { border-color: rgb(204,76,25); }
td.TdClassName
{
border-color: #CC4C19;
}
.TagClassName
{
border-color: #CC4C19;
}
</style>