Shades of Rust #CC4811
Tints of Rust #CC4811
RGB
CMYK
RGB Variations
Color information
#CC4811 (or 0xCC4811) is known color: Rust. HEX triplet: CC, 48 and 11. RGB value is (204,72,17). Sum of RGB (Red+Green+Blue) = 204+72+17=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4811 is #33B7EE. Grayscale: #696969. Windows color (decimal): -3389423 or 1132748. OLE color: 1132748.
HSL color Cylindrical-coordinate representation of color #CC4811: hue angle of 17.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4811 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.2 |
| HSL | 17.65º | 0.85% | 0.43% | - |
| HSV(B) | 17.65º | 0.92% | 0.8% | - |
| XYZ | 27.32 | 17.51 | 2.47 | - |
| YUV | 105.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 17 | 0 | 0.65 | 0.92 | 0.2 | 17.65 | 0.85 | 0.43 |
| Hex | CC | 48 | 11 | 0 | 41 | 5C | 14 | 12 | 55 | 2B |
| Octal | 314 | 110 | 21 | 0 | 101 | 134 | 24 | 22 | 125 | 53 |
| Binary | 11001100 | 1001000 | 10001 | 0 | 1000001 | 1011100 | 10100 | 10010 | 1010101 | 101011 |
Color Harmonies of #CC4811
Complementary color
Monochromatic Colors of #CC4811
Black with #CC4811
Text Example
Text Example
White with #CC4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4811; }
p { color: rgb(204,72,17); }
H1.HeaderClassName
{
color: #CC4811;
}
.AnyTagClassName
{
color: #CC4811;
}
</style>
background-color css
<style>
a { background-color: #CC4811; }
a { background-color: rgb(204,72,17); }
div.DivClassName
{
background-color: #CC4811;
}
.BgClassName
{
background-color: #CC4811;
}
</style>
border-color css
<style>
span { border-color: #CC4811; }
span { border-color: rgb(204,72,17); }
td.TdClassName
{
border-color: #CC4811;
}
.TagClassName
{
border-color: #CC4811;
}
</style>