Shades of Rust #B24908
Tints of Rust #B24908
RGB
CMYK
RGB Variations
Color information
#B24908 (or 0xB24908) is known color: Rust. HEX triplet: B2, 49 and 08. RGB value is (178,73,8). Sum of RGB (Red+Green+Blue) = 178+73+8=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B24908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24908 is #4DB6F7. Grayscale: #616161. Windows color (decimal): -5093112 or 543154. OLE color: 543154.
HSL color Cylindrical-coordinate representation of color #B24908: hue angle of 22.94º 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 #B24908 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.30 |
| HSL | 22.94º | 0.91% | 0.36% | - |
| HSV(B) | 22.94º | 0.96% | 0.7% | - |
| XYZ | 20.79 | 14.25 | 1.88 | - |
| YUV | 96.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 8 | 0 | 0.59 | 0.96 | 0.30 | 22.94 | 0.91 | 0.36 |
| Hex | B2 | 49 | 8 | 0 | 3B | 60 | 1E | 17 | 5B | 24 |
| Octal | 262 | 111 | 10 | 0 | 73 | 140 | 36 | 27 | 133 | 44 |
| Binary | 10110010 | 1001001 | 1000 | 0 | 111011 | 1100000 | 11110 | 10111 | 1011011 | 100100 |
Color Harmonies of #B24908
Complementary color
Monochromatic Colors of #B24908
Black with #B24908
Text Example
Text Example
White with #B24908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24908; }
p { color: rgb(178,73,8); }
H1.HeaderClassName
{
color: #B24908;
}
.AnyTagClassName
{
color: #B24908;
}
</style>
background-color css
<style>
a { background-color: #B24908; }
a { background-color: rgb(178,73,8); }
div.DivClassName
{
background-color: #B24908;
}
.BgClassName
{
background-color: #B24908;
}
</style>
border-color css
<style>
span { border-color: #B24908; }
span { border-color: rgb(178,73,8); }
td.TdClassName
{
border-color: #B24908;
}
.TagClassName
{
border-color: #B24908;
}
</style>