Shades of Rust #B24F08
Tints of Rust #B24F08
RGB
CMYK
RGB Variations
Color information
#B24F08 (or 0xB24F08) is known color: Rust. HEX triplet: B2, 4F and 08. RGB value is (178,79,8). Sum of RGB (Red+Green+Blue) = 178+79+8=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F08 is #4DB0F7. Grayscale: #646464. Windows color (decimal): -5091576 or 544690. OLE color: 544690.
HSL color Cylindrical-coordinate representation of color #B24F08: hue angle of 25.06º 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 #B24F08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.30 |
| HSL | 25.06º | 0.91% | 0.36% | - |
| HSV(B) | 25.06º | 0.96% | 0.7% | - |
| XYZ | 21.2 | 15.07 | 2.02 | - |
| YUV | 100.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 8 | 0 | 0.56 | 0.96 | 0.30 | 25.06 | 0.91 | 0.36 |
| Hex | B2 | 4F | 8 | 0 | 38 | 60 | 1E | 19 | 5B | 24 |
| Octal | 262 | 117 | 10 | 0 | 70 | 140 | 36 | 31 | 133 | 44 |
| Binary | 10110010 | 1001111 | 1000 | 0 | 111000 | 1100000 | 11110 | 11001 | 1011011 | 100100 |
Color Harmonies of #B24F08
Complementary color
Monochromatic Colors of #B24F08
Black with #B24F08
Text Example
Text Example
White with #B24F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F08; }
p { color: rgb(178,79,8); }
H1.HeaderClassName
{
color: #B24F08;
}
.AnyTagClassName
{
color: #B24F08;
}
</style>
background-color css
<style>
a { background-color: #B24F08; }
a { background-color: rgb(178,79,8); }
div.DivClassName
{
background-color: #B24F08;
}
.BgClassName
{
background-color: #B24F08;
}
</style>
border-color css
<style>
span { border-color: #B24F08; }
span { border-color: rgb(178,79,8); }
td.TdClassName
{
border-color: #B24F08;
}
.TagClassName
{
border-color: #B24F08;
}
</style>