Shades of Rust #C24D0B
Tints of Rust #C24D0B
RGB
CMYK
RGB Variations
Color information
#C24D0B (or 0xC24D0B) is known color: Rust. HEX triplet: C2, 4D and 0B. RGB value is (194,77,11). Sum of RGB (Red+Green+Blue) = 194+77+11=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D0B is #3DB2F4. Grayscale: #686868. Windows color (decimal): -4043509 or 740802. OLE color: 740802.
HSL color Cylindrical-coordinate representation of color #C24D0B: hue angle of 21.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C24D0B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.24 |
| HSL | 21.64º | 0.89% | 0.4% | - |
| HSV(B) | 21.64º | 0.94% | 0.76% | - |
| XYZ | 24.96 | 16.8 | 2.24 | - |
| YUV | 104.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 11 | 0 | 0.60 | 0.94 | 0.24 | 21.64 | 0.89 | 0.4 |
| Hex | C2 | 4D | B | 0 | 3C | 5E | 18 | 16 | 59 | 28 |
| Octal | 302 | 115 | 13 | 0 | 74 | 136 | 30 | 26 | 131 | 50 |
| Binary | 11000010 | 1001101 | 1011 | 0 | 111100 | 1011110 | 11000 | 10110 | 1011001 | 101000 |
Color Harmonies of #C24D0B
Complementary color
Monochromatic Colors of #C24D0B
Black with #C24D0B
Text Example
Text Example
White with #C24D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D0B; }
p { color: rgb(194,77,11); }
H1.HeaderClassName
{
color: #C24D0B;
}
.AnyTagClassName
{
color: #C24D0B;
}
</style>
background-color css
<style>
a { background-color: #C24D0B; }
a { background-color: rgb(194,77,11); }
div.DivClassName
{
background-color: #C24D0B;
}
.BgClassName
{
background-color: #C24D0B;
}
</style>
border-color css
<style>
span { border-color: #C24D0B; }
span { border-color: rgb(194,77,11); }
td.TdClassName
{
border-color: #C24D0B;
}
.TagClassName
{
border-color: #C24D0B;
}
</style>