Shades of Rust #B04800
Tints of Rust #B04800
RGB
CMYK
RGB Variations
Color information
#B04800 (or 0xB04800) is known color: Rust. HEX triplet: B0, 48 and 00. RGB value is (176,72,0). Sum of RGB (Red+Green+Blue) = 176+72+0=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04800 is #4FB7FF. Grayscale: #5F5F5F. Windows color (decimal): -5224448 or 18608. OLE color: 18608.
HSL color Cylindrical-coordinate representation of color #B04800: hue angle of 24.55º 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 #B04800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.31 |
| HSL | 24.55º | 1% | 0.35% | - |
| HSV(B) | 24.55º | 1% | 0.69% | - |
| XYZ | 20.22 | 13.86 | 1.61 | - |
| YUV | 94.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 0 | 0 | 0.59 | 1 | 0.31 | 24.55 | 1 | 0.35 |
| Hex | B0 | 48 | 0 | 0 | 3B | 64 | 1F | 19 | 64 | 23 |
| Octal | 260 | 110 | 0 | 0 | 73 | 144 | 37 | 31 | 144 | 43 |
| Binary | 10110000 | 1001000 | 0 | 0 | 111011 | 1100100 | 11111 | 11001 | 1100100 | 100011 |
Color Harmonies of #B04800
Complementary color
Monochromatic Colors of #B04800
Black with #B04800
Text Example
Text Example
White with #B04800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04800; }
p { color: rgb(176,72,0); }
H1.HeaderClassName
{
color: #B04800;
}
.AnyTagClassName
{
color: #B04800;
}
</style>
background-color css
<style>
a { background-color: #B04800; }
a { background-color: rgb(176,72,0); }
div.DivClassName
{
background-color: #B04800;
}
.BgClassName
{
background-color: #B04800;
}
</style>
border-color css
<style>
span { border-color: #B04800; }
span { border-color: rgb(176,72,0); }
td.TdClassName
{
border-color: #B04800;
}
.TagClassName
{
border-color: #B04800;
}
</style>