Shades of Rust #CC4407
Tints of Rust #CC4407
RGB
CMYK
RGB Variations
Color information
#CC4407 (or 0xCC4407) is known color: Rust. HEX triplet: CC, 44 and 07. RGB value is (204,68,7). Sum of RGB (Red+Green+Blue) = 204+68+7=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4407 is #33BBF8. Grayscale: #666666. Windows color (decimal): -3390457 or 476364. OLE color: 476364.
HSL color Cylindrical-coordinate representation of color #CC4407: hue angle of 18.58º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4407 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.2 |
| HSL | 18.58º | 0.93% | 0.41% | - |
| HSV(B) | 18.58º | 0.97% | 0.8% | - |
| XYZ | 27.01 | 16.99 | 2.06 | - |
| YUV | 101.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 7 | 0 | 0.67 | 0.97 | 0.2 | 18.58 | 0.93 | 0.41 |
| Hex | CC | 44 | 7 | 0 | 43 | 61 | 14 | 13 | 5D | 29 |
| Octal | 314 | 104 | 7 | 0 | 103 | 141 | 24 | 23 | 135 | 51 |
| Binary | 11001100 | 1000100 | 111 | 0 | 1000011 | 1100001 | 10100 | 10011 | 1011101 | 101001 |
Color Harmonies of #CC4407
Complementary color
Monochromatic Colors of #CC4407
Black with #CC4407
Text Example
Text Example
White with #CC4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4407; }
p { color: rgb(204,68,7); }
H1.HeaderClassName
{
color: #CC4407;
}
.AnyTagClassName
{
color: #CC4407;
}
</style>
background-color css
<style>
a { background-color: #CC4407; }
a { background-color: rgb(204,68,7); }
div.DivClassName
{
background-color: #CC4407;
}
.BgClassName
{
background-color: #CC4407;
}
</style>
border-color css
<style>
span { border-color: #CC4407; }
span { border-color: rgb(204,68,7); }
td.TdClassName
{
border-color: #CC4407;
}
.TagClassName
{
border-color: #CC4407;
}
</style>