Shades of Rust #CC4B14
Tints of Rust #CC4B14
RGB
CMYK
RGB Variations
Color information
#CC4B14 (or 0xCC4B14) is known color: Rust. HEX triplet: CC, 4B and 14. RGB value is (204,75,20). Sum of RGB (Red+Green+Blue) = 204+75+20=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B14 is #33B4EB. Grayscale: #6B6B6B. Windows color (decimal): -3388652 or 1330124. OLE color: 1330124.
HSL color Cylindrical-coordinate representation of color #CC4B14: hue angle of 17.93º 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 #CC4B14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.2 |
| HSL | 17.93º | 0.82% | 0.44% | - |
| HSV(B) | 17.93º | 0.9% | 0.8% | - |
| XYZ | 27.54 | 17.92 | 2.67 | - |
| YUV | 107.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 20 | 0 | 0.63 | 0.90 | 0.2 | 17.93 | 0.82 | 0.44 |
| Hex | CC | 4B | 14 | 0 | 3F | 5A | 14 | 12 | 52 | 2C |
| Octal | 314 | 113 | 24 | 0 | 77 | 132 | 24 | 22 | 122 | 54 |
| Binary | 11001100 | 1001011 | 10100 | 0 | 111111 | 1011010 | 10100 | 10010 | 1010010 | 101100 |
Color Harmonies of #CC4B14
Complementary color
Monochromatic Colors of #CC4B14
Black with #CC4B14
Text Example
Text Example
White with #CC4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B14; }
p { color: rgb(204,75,20); }
H1.HeaderClassName
{
color: #CC4B14;
}
.AnyTagClassName
{
color: #CC4B14;
}
</style>
background-color css
<style>
a { background-color: #CC4B14; }
a { background-color: rgb(204,75,20); }
div.DivClassName
{
background-color: #CC4B14;
}
.BgClassName
{
background-color: #CC4B14;
}
</style>
border-color css
<style>
span { border-color: #CC4B14; }
span { border-color: rgb(204,75,20); }
td.TdClassName
{
border-color: #CC4B14;
}
.TagClassName
{
border-color: #CC4B14;
}
</style>