Shades of Rust #C24006
Tints of Rust #C24006
RGB
CMYK
RGB Variations
Color information
#C24006 (or 0xC24006) is known color: Rust. HEX triplet: C2, 40 and 06. RGB value is (194,64,6). Sum of RGB (Red+Green+Blue) = 194+64+6=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24006 is #3DBFF9. Grayscale: #606060. Windows color (decimal): -4046842 or 409794. OLE color: 409794.
HSL color Cylindrical-coordinate representation of color #C24006: hue angle of 18.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24006 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.24 |
| HSL | 18.51º | 0.94% | 0.39% | - |
| HSV(B) | 18.51º | 0.97% | 0.76% | - |
| XYZ | 24.11 | 15.15 | 1.83 | - |
| YUV | 96.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 6 | 0 | 0.67 | 0.97 | 0.24 | 18.51 | 0.94 | 0.39 |
| Hex | C2 | 40 | 6 | 0 | 43 | 61 | 18 | 13 | 5E | 27 |
| Octal | 302 | 100 | 6 | 0 | 103 | 141 | 30 | 23 | 136 | 47 |
| Binary | 11000010 | 1000000 | 110 | 0 | 1000011 | 1100001 | 11000 | 10011 | 1011110 | 100111 |
Color Harmonies of #C24006
Complementary color
Monochromatic Colors of #C24006
Black with #C24006
Text Example
Text Example
White with #C24006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24006; }
p { color: rgb(194,64,6); }
H1.HeaderClassName
{
color: #C24006;
}
.AnyTagClassName
{
color: #C24006;
}
</style>
background-color css
<style>
a { background-color: #C24006; }
a { background-color: rgb(194,64,6); }
div.DivClassName
{
background-color: #C24006;
}
.BgClassName
{
background-color: #C24006;
}
</style>
border-color css
<style>
span { border-color: #C24006; }
span { border-color: rgb(194,64,6); }
td.TdClassName
{
border-color: #C24006;
}
.TagClassName
{
border-color: #C24006;
}
</style>