Shades of Rust #C24C0B
Tints of Rust #C24C0B
RGB
CMYK
RGB Variations
Color information
#C24C0B (or 0xC24C0B) is known color: Rust. HEX triplet: C2, 4C and 0B. RGB value is (194,76,11). Sum of RGB (Red+Green+Blue) = 194+76+11=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C0B is #3DB3F4. Grayscale: #686868. Windows color (decimal): -4043765 or 740546. OLE color: 740546.
HSL color Cylindrical-coordinate representation of color #C24C0B: hue angle of 21.31º 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 #C24C0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.24 |
| HSL | 21.31º | 0.89% | 0.4% | - |
| HSV(B) | 21.31º | 0.94% | 0.76% | - |
| XYZ | 24.89 | 16.66 | 2.22 | - |
| YUV | 103.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 11 | 0 | 0.61 | 0.94 | 0.24 | 21.31 | 0.89 | 0.4 |
| Hex | C2 | 4C | B | 0 | 3D | 5E | 18 | 15 | 59 | 28 |
| Octal | 302 | 114 | 13 | 0 | 75 | 136 | 30 | 25 | 131 | 50 |
| Binary | 11000010 | 1001100 | 1011 | 0 | 111101 | 1011110 | 11000 | 10101 | 1011001 | 101000 |
Color Harmonies of #C24C0B
Complementary color
Monochromatic Colors of #C24C0B
Black with #C24C0B
Text Example
Text Example
White with #C24C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C0B; }
p { color: rgb(194,76,11); }
H1.HeaderClassName
{
color: #C24C0B;
}
.AnyTagClassName
{
color: #C24C0B;
}
</style>
background-color css
<style>
a { background-color: #C24C0B; }
a { background-color: rgb(194,76,11); }
div.DivClassName
{
background-color: #C24C0B;
}
.BgClassName
{
background-color: #C24C0B;
}
</style>
border-color css
<style>
span { border-color: #C24C0B; }
span { border-color: rgb(194,76,11); }
td.TdClassName
{
border-color: #C24C0B;
}
.TagClassName
{
border-color: #C24C0B;
}
</style>