Shades of Rust #B24D08
Tints of Rust #B24D08
RGB
CMYK
RGB Variations
Color information
#B24D08 (or 0xB24D08) is known color: Rust. HEX triplet: B2, 4D and 08. RGB value is (178,77,8). Sum of RGB (Red+Green+Blue) = 178+77+8=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D08 is #4DB2F7. Grayscale: #636363. Windows color (decimal): -5092088 or 544178. OLE color: 544178.
HSL color Cylindrical-coordinate representation of color #B24D08: hue angle of 24.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B24D08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.30 |
| HSL | 24.35º | 0.91% | 0.36% | - |
| HSV(B) | 24.35º | 0.96% | 0.7% | - |
| XYZ | 21.06 | 14.79 | 1.97 | - |
| YUV | 99.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 8 | 0 | 0.57 | 0.96 | 0.30 | 24.35 | 0.91 | 0.36 |
| Hex | B2 | 4D | 8 | 0 | 39 | 60 | 1E | 18 | 5B | 24 |
| Octal | 262 | 115 | 10 | 0 | 71 | 140 | 36 | 30 | 133 | 44 |
| Binary | 10110010 | 1001101 | 1000 | 0 | 111001 | 1100000 | 11110 | 11000 | 1011011 | 100100 |
Color Harmonies of #B24D08
Complementary color
Monochromatic Colors of #B24D08
Black with #B24D08
Text Example
Text Example
White with #B24D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D08; }
p { color: rgb(178,77,8); }
H1.HeaderClassName
{
color: #B24D08;
}
.AnyTagClassName
{
color: #B24D08;
}
</style>
background-color css
<style>
a { background-color: #B24D08; }
a { background-color: rgb(178,77,8); }
div.DivClassName
{
background-color: #B24D08;
}
.BgClassName
{
background-color: #B24D08;
}
</style>
border-color css
<style>
span { border-color: #B24D08; }
span { border-color: rgb(178,77,8); }
td.TdClassName
{
border-color: #B24D08;
}
.TagClassName
{
border-color: #B24D08;
}
</style>