Shades of Rust #B24808
Tints of Rust #B24808
RGB
CMYK
RGB Variations
Color information
#B24808 (or 0xB24808) is known color: Rust. HEX triplet: B2, 48 and 08. RGB value is (178,72,8). Sum of RGB (Red+Green+Blue) = 178+72+8=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B24808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24808 is #4DB7F7. Grayscale: #606060. Windows color (decimal): -5093368 or 542898. OLE color: 542898.
HSL color Cylindrical-coordinate representation of color #B24808: hue angle of 22.59º 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 #B24808 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.30 |
| HSL | 22.59º | 0.91% | 0.36% | - |
| HSV(B) | 22.59º | 0.96% | 0.7% | - |
| XYZ | 20.72 | 14.12 | 1.86 | - |
| YUV | 96.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 8 | 0 | 0.60 | 0.96 | 0.30 | 22.59 | 0.91 | 0.36 |
| Hex | B2 | 48 | 8 | 0 | 3C | 60 | 1E | 17 | 5B | 24 |
| Octal | 262 | 110 | 10 | 0 | 74 | 140 | 36 | 27 | 133 | 44 |
| Binary | 10110010 | 1001000 | 1000 | 0 | 111100 | 1100000 | 11110 | 10111 | 1011011 | 100100 |
Color Harmonies of #B24808
Complementary color
Monochromatic Colors of #B24808
Black with #B24808
Text Example
Text Example
White with #B24808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24808; }
p { color: rgb(178,72,8); }
H1.HeaderClassName
{
color: #B24808;
}
.AnyTagClassName
{
color: #B24808;
}
</style>
background-color css
<style>
a { background-color: #B24808; }
a { background-color: rgb(178,72,8); }
div.DivClassName
{
background-color: #B24808;
}
.BgClassName
{
background-color: #B24808;
}
</style>
border-color css
<style>
span { border-color: #B24808; }
span { border-color: rgb(178,72,8); }
td.TdClassName
{
border-color: #B24808;
}
.TagClassName
{
border-color: #B24808;
}
</style>