Shades of Rust #B04804
Tints of Rust #B04804
RGB
CMYK
RGB Variations
Color information
#B04804 (or 0xB04804) is known color: Rust. HEX triplet: B0, 48 and 04. RGB value is (176,72,4). Sum of RGB (Red+Green+Blue) = 176+72+4=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04804 is #4FB7FB. Grayscale: #5F5F5F. Windows color (decimal): -5224444 or 280752. OLE color: 280752.
HSL color Cylindrical-coordinate representation of color #B04804: hue angle of 23.72º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04804 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.31 |
| HSL | 23.72º | 0.96% | 0.35% | - |
| HSV(B) | 23.72º | 0.98% | 0.69% | - |
| XYZ | 20.24 | 13.87 | 1.73 | - |
| YUV | 95.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 4 | 0 | 0.59 | 0.98 | 0.31 | 23.72 | 0.96 | 0.35 |
| Hex | B0 | 48 | 4 | 0 | 3B | 62 | 1F | 18 | 60 | 23 |
| Octal | 260 | 110 | 4 | 0 | 73 | 142 | 37 | 30 | 140 | 43 |
| Binary | 10110000 | 1001000 | 100 | 0 | 111011 | 1100010 | 11111 | 11000 | 1100000 | 100011 |
Color Harmonies of #B04804
Complementary color
Monochromatic Colors of #B04804
Black with #B04804
Text Example
Text Example
White with #B04804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04804; }
p { color: rgb(176,72,4); }
H1.HeaderClassName
{
color: #B04804;
}
.AnyTagClassName
{
color: #B04804;
}
</style>
background-color css
<style>
a { background-color: #B04804; }
a { background-color: rgb(176,72,4); }
div.DivClassName
{
background-color: #B04804;
}
.BgClassName
{
background-color: #B04804;
}
</style>
border-color css
<style>
span { border-color: #B04804; }
span { border-color: rgb(176,72,4); }
td.TdClassName
{
border-color: #B04804;
}
.TagClassName
{
border-color: #B04804;
}
</style>