Shades of Rust #CC4A14
Tints of Rust #CC4A14
RGB
CMYK
RGB Variations
Color information
#CC4A14 (or 0xCC4A14) is known color: Rust. HEX triplet: CC, 4A and 14. RGB value is (204,74,20). Sum of RGB (Red+Green+Blue) = 204+74+20=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A14 is #33B5EB. Grayscale: #6B6B6B. Windows color (decimal): -3388908 or 1329868. OLE color: 1329868.
HSL color Cylindrical-coordinate representation of color #CC4A14: hue angle of 17.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4A14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.2 |
| HSL | 17.61º | 0.82% | 0.44% | - |
| HSV(B) | 17.61º | 0.9% | 0.8% | - |
| XYZ | 27.48 | 17.79 | 2.65 | - |
| YUV | 106.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 20 | 0 | 0.64 | 0.90 | 0.2 | 17.61 | 0.82 | 0.44 |
| Hex | CC | 4A | 14 | 0 | 40 | 5A | 14 | 12 | 52 | 2C |
| Octal | 314 | 112 | 24 | 0 | 100 | 132 | 24 | 22 | 122 | 54 |
| Binary | 11001100 | 1001010 | 10100 | 0 | 1000000 | 1011010 | 10100 | 10010 | 1010010 | 101100 |
Color Harmonies of #CC4A14
Complementary color
Monochromatic Colors of #CC4A14
Black with #CC4A14
Text Example
Text Example
White with #CC4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A14; }
p { color: rgb(204,74,20); }
H1.HeaderClassName
{
color: #CC4A14;
}
.AnyTagClassName
{
color: #CC4A14;
}
</style>
background-color css
<style>
a { background-color: #CC4A14; }
a { background-color: rgb(204,74,20); }
div.DivClassName
{
background-color: #CC4A14;
}
.BgClassName
{
background-color: #CC4A14;
}
</style>
border-color css
<style>
span { border-color: #CC4A14; }
span { border-color: rgb(204,74,20); }
td.TdClassName
{
border-color: #CC4A14;
}
.TagClassName
{
border-color: #CC4A14;
}
</style>