Shades of Rust #C24B0B
Tints of Rust #C24B0B
RGB
CMYK
RGB Variations
Color information
#C24B0B (or 0xC24B0B) is known color: Rust. HEX triplet: C2, 4B and 0B. RGB value is (194,75,11). Sum of RGB (Red+Green+Blue) = 194+75+11=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B0B is #3DB4F4. Grayscale: #676767. Windows color (decimal): -4044021 or 740290. OLE color: 740290.
HSL color Cylindrical-coordinate representation of color #C24B0B: hue angle of 20.98º 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 #C24B0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.24 |
| HSL | 20.98º | 0.89% | 0.4% | - |
| HSV(B) | 20.98º | 0.94% | 0.76% | - |
| XYZ | 24.82 | 16.53 | 2.2 | - |
| YUV | 103.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 11 | 0 | 0.61 | 0.94 | 0.24 | 20.98 | 0.89 | 0.4 |
| Hex | C2 | 4B | B | 0 | 3D | 5E | 18 | 15 | 59 | 28 |
| Octal | 302 | 113 | 13 | 0 | 75 | 136 | 30 | 25 | 131 | 50 |
| Binary | 11000010 | 1001011 | 1011 | 0 | 111101 | 1011110 | 11000 | 10101 | 1011001 | 101000 |
Color Harmonies of #C24B0B
Complementary color
Monochromatic Colors of #C24B0B
Black with #C24B0B
Text Example
Text Example
White with #C24B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B0B; }
p { color: rgb(194,75,11); }
H1.HeaderClassName
{
color: #C24B0B;
}
.AnyTagClassName
{
color: #C24B0B;
}
</style>
background-color css
<style>
a { background-color: #C24B0B; }
a { background-color: rgb(194,75,11); }
div.DivClassName
{
background-color: #C24B0B;
}
.BgClassName
{
background-color: #C24B0B;
}
</style>
border-color css
<style>
span { border-color: #C24B0B; }
span { border-color: rgb(194,75,11); }
td.TdClassName
{
border-color: #C24B0B;
}
.TagClassName
{
border-color: #C24B0B;
}
</style>