Shades of Rust #CC4408
Tints of Rust #CC4408
RGB
CMYK
RGB Variations
Color information
#CC4408 (or 0xCC4408) is known color: Rust. HEX triplet: CC, 44 and 08. RGB value is (204,68,8). Sum of RGB (Red+Green+Blue) = 204+68+8=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4408 is #33BBF7. Grayscale: #666666. Windows color (decimal): -3390456 or 541900. OLE color: 541900.
HSL color Cylindrical-coordinate representation of color #CC4408: hue angle of 18.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC4408 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.2 |
| HSL | 18.37º | 0.92% | 0.42% | - |
| HSV(B) | 18.37º | 0.96% | 0.8% | - |
| XYZ | 27.01 | 16.99 | 2.09 | - |
| YUV | 101.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 8 | 0 | 0.67 | 0.96 | 0.2 | 18.37 | 0.92 | 0.42 |
| Hex | CC | 44 | 8 | 0 | 43 | 60 | 14 | 12 | 5C | 2A |
| Octal | 314 | 104 | 10 | 0 | 103 | 140 | 24 | 22 | 134 | 52 |
| Binary | 11001100 | 1000100 | 1000 | 0 | 1000011 | 1100000 | 10100 | 10010 | 1011100 | 101010 |
Color Harmonies of #CC4408
Complementary color
Monochromatic Colors of #CC4408
Black with #CC4408
Text Example
Text Example
White with #CC4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4408; }
p { color: rgb(204,68,8); }
H1.HeaderClassName
{
color: #CC4408;
}
.AnyTagClassName
{
color: #CC4408;
}
</style>
background-color css
<style>
a { background-color: #CC4408; }
a { background-color: rgb(204,68,8); }
div.DivClassName
{
background-color: #CC4408;
}
.BgClassName
{
background-color: #CC4408;
}
</style>
border-color css
<style>
span { border-color: #CC4408; }
span { border-color: rgb(204,68,8); }
td.TdClassName
{
border-color: #CC4408;
}
.TagClassName
{
border-color: #CC4408;
}
</style>