Shades of Rust #B24D0B
Tints of Rust #B24D0B
RGB
CMYK
RGB Variations
Color information
#B24D0B (or 0xB24D0B) is known color: Rust. HEX triplet: B2, 4D and 0B. RGB value is (178,77,11). Sum of RGB (Red+Green+Blue) = 178+77+11=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D0B is #4DB2F4. Grayscale: #646464. Windows color (decimal): -5092085 or 740786. OLE color: 740786.
HSL color Cylindrical-coordinate representation of color #B24D0B: hue angle of 23.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B24D0B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.30 |
| HSL | 23.71º | 0.88% | 0.37% | - |
| HSV(B) | 23.71º | 0.94% | 0.7% | - |
| XYZ | 21.07 | 14.8 | 2.06 | - |
| YUV | 99.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 11 | 0 | 0.57 | 0.94 | 0.30 | 23.71 | 0.88 | 0.37 |
| Hex | B2 | 4D | B | 0 | 39 | 5E | 1E | 18 | 58 | 25 |
| Octal | 262 | 115 | 13 | 0 | 71 | 136 | 36 | 30 | 130 | 45 |
| Binary | 10110010 | 1001101 | 1011 | 0 | 111001 | 1011110 | 11110 | 11000 | 1011000 | 100101 |
Color Harmonies of #B24D0B
Complementary color
Monochromatic Colors of #B24D0B
Black with #B24D0B
Text Example
Text Example
White with #B24D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D0B; }
p { color: rgb(178,77,11); }
H1.HeaderClassName
{
color: #B24D0B;
}
.AnyTagClassName
{
color: #B24D0B;
}
</style>
background-color css
<style>
a { background-color: #B24D0B; }
a { background-color: rgb(178,77,11); }
div.DivClassName
{
background-color: #B24D0B;
}
.BgClassName
{
background-color: #B24D0B;
}
</style>
border-color css
<style>
span { border-color: #B24D0B; }
span { border-color: rgb(178,77,11); }
td.TdClassName
{
border-color: #B24D0B;
}
.TagClassName
{
border-color: #B24D0B;
}
</style>