Shades of Rust #CC4E19
Tints of Rust #CC4E19
RGB
CMYK
RGB Variations
Color information
#CC4E19 (or 0xCC4E19) is known color: Rust. HEX triplet: CC, 4E and 19. RGB value is (204,78,25). Sum of RGB (Red+Green+Blue) = 204+78+25=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E19 is #33B1E6. Grayscale: #6D6D6D. Windows color (decimal): -3387879 or 1658572. OLE color: 1658572.
HSL color Cylindrical-coordinate representation of color #CC4E19: hue angle of 17.77º 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 #CC4E19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.2 |
| HSL | 17.77º | 0.78% | 0.45% | - |
| HSV(B) | 17.77º | 0.88% | 0.8% | - |
| XYZ | 27.8 | 18.36 | 3 | - |
| YUV | 109.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 25 | 0 | 0.62 | 0.88 | 0.2 | 17.77 | 0.78 | 0.45 |
| Hex | CC | 4E | 19 | 0 | 3E | 58 | 14 | 12 | 4E | 2D |
| Octal | 314 | 116 | 31 | 0 | 76 | 130 | 24 | 22 | 116 | 55 |
| Binary | 11001100 | 1001110 | 11001 | 0 | 111110 | 1011000 | 10100 | 10010 | 1001110 | 101101 |
Color Harmonies of #CC4E19
Complementary color
Monochromatic Colors of #CC4E19
Black with #CC4E19
Text Example
Text Example
White with #CC4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E19; }
p { color: rgb(204,78,25); }
H1.HeaderClassName
{
color: #CC4E19;
}
.AnyTagClassName
{
color: #CC4E19;
}
</style>
background-color css
<style>
a { background-color: #CC4E19; }
a { background-color: rgb(204,78,25); }
div.DivClassName
{
background-color: #CC4E19;
}
.BgClassName
{
background-color: #CC4E19;
}
</style>
border-color css
<style>
span { border-color: #CC4E19; }
span { border-color: rgb(204,78,25); }
td.TdClassName
{
border-color: #CC4E19;
}
.TagClassName
{
border-color: #CC4E19;
}
</style>