Shades of Rust #CC4F18
Tints of Rust #CC4F18
RGB
CMYK
RGB Variations
Color information
#CC4F18 (or 0xCC4F18) is known color: Rust. HEX triplet: CC, 4F and 18. RGB value is (204,79,24). Sum of RGB (Red+Green+Blue) = 204+79+24=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F18 is #33B0E7. Grayscale: #6E6E6E. Windows color (decimal): -3387624 or 1593292. OLE color: 1593292.
HSL color Cylindrical-coordinate representation of color #CC4F18: hue angle of 18.33º degrees, saturation: 0.79, 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 #CC4F18 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 24 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.2 |
| HSL | 18.33º | 0.79% | 0.45% | - |
| HSV(B) | 18.33º | 0.88% | 0.8% | - |
| XYZ | 27.86 | 18.5 | 2.97 | - |
| YUV | 110.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 24 | 0 | 0.61 | 0.88 | 0.2 | 18.33 | 0.79 | 0.45 |
| Hex | CC | 4F | 18 | 0 | 3D | 58 | 14 | 12 | 4F | 2D |
| Octal | 314 | 117 | 30 | 0 | 75 | 130 | 24 | 22 | 117 | 55 |
| Binary | 11001100 | 1001111 | 11000 | 0 | 111101 | 1011000 | 10100 | 10010 | 1001111 | 101101 |
Color Harmonies of #CC4F18
Complementary color
Monochromatic Colors of #CC4F18
Black with #CC4F18
Text Example
Text Example
White with #CC4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F18; }
p { color: rgb(204,79,24); }
H1.HeaderClassName
{
color: #CC4F18;
}
.AnyTagClassName
{
color: #CC4F18;
}
</style>
background-color css
<style>
a { background-color: #CC4F18; }
a { background-color: rgb(204,79,24); }
div.DivClassName
{
background-color: #CC4F18;
}
.BgClassName
{
background-color: #CC4F18;
}
</style>
border-color css
<style>
span { border-color: #CC4F18; }
span { border-color: rgb(204,79,24); }
td.TdClassName
{
border-color: #CC4F18;
}
.TagClassName
{
border-color: #CC4F18;
}
</style>