Shades of Rust #C24206
Tints of Rust #C24206
RGB
CMYK
RGB Variations
Color information
#C24206 (or 0xC24206) is known color: Rust. HEX triplet: C2, 42 and 06. RGB value is (194,66,6). Sum of RGB (Red+Green+Blue) = 194+66+6=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C24206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24206 is #3DBDF9. Grayscale: #616161. Windows color (decimal): -4046330 or 410306. OLE color: 410306.
HSL color Cylindrical-coordinate representation of color #C24206: hue angle of 19.15º 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 #C24206 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.24 |
| HSL | 19.15º | 0.94% | 0.39% | - |
| HSV(B) | 19.15º | 0.97% | 0.76% | - |
| XYZ | 24.23 | 15.38 | 1.86 | - |
| YUV | 97.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 6 | 0 | 0.66 | 0.97 | 0.24 | 19.15 | 0.94 | 0.39 |
| Hex | C2 | 42 | 6 | 0 | 42 | 61 | 18 | 13 | 5E | 27 |
| Octal | 302 | 102 | 6 | 0 | 102 | 141 | 30 | 23 | 136 | 47 |
| Binary | 11000010 | 1000010 | 110 | 0 | 1000010 | 1100001 | 11000 | 10011 | 1011110 | 100111 |
Color Harmonies of #C24206
Complementary color
Monochromatic Colors of #C24206
Black with #C24206
Text Example
Text Example
White with #C24206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24206; }
p { color: rgb(194,66,6); }
H1.HeaderClassName
{
color: #C24206;
}
.AnyTagClassName
{
color: #C24206;
}
</style>
background-color css
<style>
a { background-color: #C24206; }
a { background-color: rgb(194,66,6); }
div.DivClassName
{
background-color: #C24206;
}
.BgClassName
{
background-color: #C24206;
}
</style>
border-color css
<style>
span { border-color: #C24206; }
span { border-color: rgb(194,66,6); }
td.TdClassName
{
border-color: #C24206;
}
.TagClassName
{
border-color: #C24206;
}
</style>