Shades of Rust #B04900
Tints of Rust #B04900
RGB
CMYK
RGB Variations
Color information
#B04900 (or 0xB04900) is known color: Rust. HEX triplet: B0, 49 and 00. RGB value is (176,73,0). Sum of RGB (Red+Green+Blue) = 176+73+0=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04900 is #4FB6FF. Grayscale: #5F5F5F. Windows color (decimal): -5224192 or 18864. OLE color: 18864.
HSL color Cylindrical-coordinate representation of color #B04900: hue angle of 24.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B04900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.31 |
| HSL | 24.89º | 1% | 0.35% | - |
| HSV(B) | 24.89º | 1% | 0.69% | - |
| XYZ | 20.29 | 14 | 1.63 | - |
| YUV | 95.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 0 | 0 | 0.59 | 1 | 0.31 | 24.89 | 1 | 0.35 |
| Hex | B0 | 49 | 0 | 0 | 3B | 64 | 1F | 19 | 64 | 23 |
| Octal | 260 | 111 | 0 | 0 | 73 | 144 | 37 | 31 | 144 | 43 |
| Binary | 10110000 | 1001001 | 0 | 0 | 111011 | 1100100 | 11111 | 11001 | 1100100 | 100011 |
Color Harmonies of #B04900
Complementary color
Monochromatic Colors of #B04900
Black with #B04900
Text Example
Text Example
White with #B04900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04900; }
p { color: rgb(176,73,0); }
H1.HeaderClassName
{
color: #B04900;
}
.AnyTagClassName
{
color: #B04900;
}
</style>
background-color css
<style>
a { background-color: #B04900; }
a { background-color: rgb(176,73,0); }
div.DivClassName
{
background-color: #B04900;
}
.BgClassName
{
background-color: #B04900;
}
</style>
border-color css
<style>
span { border-color: #B04900; }
span { border-color: rgb(176,73,0); }
td.TdClassName
{
border-color: #B04900;
}
.TagClassName
{
border-color: #B04900;
}
</style>