Shades of Rust #B24D16
Tints of Rust #B24D16
RGB
CMYK
RGB Variations
Color information
#B24D16 (or 0xB24D16) is known color: Rust. HEX triplet: B2, 4D and 16. RGB value is (178,77,22). Sum of RGB (Red+Green+Blue) = 178+77+22=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D16 is #4DB2E9. Grayscale: #656565. Windows color (decimal): -5092074 or 1461682. OLE color: 1461682.
HSL color Cylindrical-coordinate representation of color #B24D16: hue angle of 21.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B24D16 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 22 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.30 |
| HSL | 21.15º | 0.78% | 0.39% | - |
| HSV(B) | 21.15º | 0.88% | 0.7% | - |
| XYZ | 21.16 | 14.83 | 2.51 | - |
| YUV | 100.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 22 | 0 | 0.57 | 0.88 | 0.30 | 21.15 | 0.78 | 0.39 |
| Hex | B2 | 4D | 16 | 0 | 39 | 58 | 1E | 15 | 4E | 27 |
| Octal | 262 | 115 | 26 | 0 | 71 | 130 | 36 | 25 | 116 | 47 |
| Binary | 10110010 | 1001101 | 10110 | 0 | 111001 | 1011000 | 11110 | 10101 | 1001110 | 100111 |
Color Harmonies of #B24D16
Complementary color
Monochromatic Colors of #B24D16
Black with #B24D16
Text Example
Text Example
White with #B24D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D16; }
p { color: rgb(178,77,22); }
H1.HeaderClassName
{
color: #B24D16;
}
.AnyTagClassName
{
color: #B24D16;
}
</style>
background-color css
<style>
a { background-color: #B24D16; }
a { background-color: rgb(178,77,22); }
div.DivClassName
{
background-color: #B24D16;
}
.BgClassName
{
background-color: #B24D16;
}
</style>
border-color css
<style>
span { border-color: #B24D16; }
span { border-color: rgb(178,77,22); }
td.TdClassName
{
border-color: #B24D16;
}
.TagClassName
{
border-color: #B24D16;
}
</style>