Shades of Rust #CC4913
Tints of Rust #CC4913
RGB
CMYK
RGB Variations
Color information
#CC4913 (or 0xCC4913) is known color: Rust. HEX triplet: CC, 49 and 13. RGB value is (204,73,19). Sum of RGB (Red+Green+Blue) = 204+73+19=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4913 is #33B6EC. Grayscale: #6A6A6A. Windows color (decimal): -3389165 or 1264076. OLE color: 1264076.
HSL color Cylindrical-coordinate representation of color #CC4913: hue angle of 17.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4913 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.2 |
| HSL | 17.51º | 0.83% | 0.44% | - |
| HSV(B) | 17.51º | 0.91% | 0.8% | - |
| XYZ | 27.4 | 17.65 | 2.58 | - |
| YUV | 106.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 19 | 0 | 0.64 | 0.91 | 0.2 | 17.51 | 0.83 | 0.44 |
| Hex | CC | 49 | 13 | 0 | 40 | 5B | 14 | 12 | 53 | 2C |
| Octal | 314 | 111 | 23 | 0 | 100 | 133 | 24 | 22 | 123 | 54 |
| Binary | 11001100 | 1001001 | 10011 | 0 | 1000000 | 1011011 | 10100 | 10010 | 1010011 | 101100 |
Color Harmonies of #CC4913
Complementary color
Monochromatic Colors of #CC4913
Black with #CC4913
Text Example
Text Example
White with #CC4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4913; }
p { color: rgb(204,73,19); }
H1.HeaderClassName
{
color: #CC4913;
}
.AnyTagClassName
{
color: #CC4913;
}
</style>
background-color css
<style>
a { background-color: #CC4913; }
a { background-color: rgb(204,73,19); }
div.DivClassName
{
background-color: #CC4913;
}
.BgClassName
{
background-color: #CC4913;
}
</style>
border-color css
<style>
span { border-color: #CC4913; }
span { border-color: rgb(204,73,19); }
td.TdClassName
{
border-color: #CC4913;
}
.TagClassName
{
border-color: #CC4913;
}
</style>