Shades of Rust #C04406
Tints of Rust #C04406
RGB
CMYK
RGB Variations
Color information
#C04406 (or 0xC04406) is known color: Rust. HEX triplet: C0, 44 and 06. RGB value is (192,68,6). Sum of RGB (Red+Green+Blue) = 192+68+6=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04406 is #3FBBF9. Grayscale: #626262. Windows color (decimal): -4176890 or 410816. OLE color: 410816.
HSL color Cylindrical-coordinate representation of color #C04406: hue angle of 20º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C04406 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.25 |
| HSL | 20º | 0.94% | 0.39% | - |
| HSV(B) | 20º | 0.97% | 0.75% | - |
| XYZ | 23.84 | 15.35 | 1.88 | - |
| YUV | 98.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 6 | 0 | 0.65 | 0.97 | 0.25 | 20 | 0.94 | 0.39 |
| Hex | C0 | 44 | 6 | 0 | 41 | 61 | 19 | 14 | 5E | 27 |
| Octal | 300 | 104 | 6 | 0 | 101 | 141 | 31 | 24 | 136 | 47 |
| Binary | 11000000 | 1000100 | 110 | 0 | 1000001 | 1100001 | 11001 | 10100 | 1011110 | 100111 |
Color Harmonies of #C04406
Complementary color
Monochromatic Colors of #C04406
Black with #C04406
Text Example
Text Example
White with #C04406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04406; }
p { color: rgb(192,68,6); }
H1.HeaderClassName
{
color: #C04406;
}
.AnyTagClassName
{
color: #C04406;
}
</style>
background-color css
<style>
a { background-color: #C04406; }
a { background-color: rgb(192,68,6); }
div.DivClassName
{
background-color: #C04406;
}
.BgClassName
{
background-color: #C04406;
}
</style>
border-color css
<style>
span { border-color: #C04406; }
span { border-color: rgb(192,68,6); }
td.TdClassName
{
border-color: #C04406;
}
.TagClassName
{
border-color: #C04406;
}
</style>