Shades of Rust #B04F08
Tints of Rust #B04F08
RGB
CMYK
RGB Variations
Color information
#B04F08 (or 0xB04F08) is known color: Rust. HEX triplet: B0, 4F and 08. RGB value is (176,79,8). Sum of RGB (Red+Green+Blue) = 176+79+8=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F08 is #4FB0F7. Grayscale: #646464. Windows color (decimal): -5222648 or 544688. OLE color: 544688.
HSL color Cylindrical-coordinate representation of color #B04F08: hue angle of 25.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04F08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.31 |
| HSL | 25.36º | 0.91% | 0.36% | - |
| HSV(B) | 25.36º | 0.95% | 0.69% | - |
| XYZ | 20.74 | 14.84 | 2 | - |
| YUV | 99.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 8 | 0 | 0.55 | 0.95 | 0.31 | 25.36 | 0.91 | 0.36 |
| Hex | B0 | 4F | 8 | 0 | 37 | 5F | 1F | 19 | 5B | 24 |
| Octal | 260 | 117 | 10 | 0 | 67 | 137 | 37 | 31 | 133 | 44 |
| Binary | 10110000 | 1001111 | 1000 | 0 | 110111 | 1011111 | 11111 | 11001 | 1011011 | 100100 |
Color Harmonies of #B04F08
Complementary color
Monochromatic Colors of #B04F08
Black with #B04F08
Text Example
Text Example
White with #B04F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F08; }
p { color: rgb(176,79,8); }
H1.HeaderClassName
{
color: #B04F08;
}
.AnyTagClassName
{
color: #B04F08;
}
</style>
background-color css
<style>
a { background-color: #B04F08; }
a { background-color: rgb(176,79,8); }
div.DivClassName
{
background-color: #B04F08;
}
.BgClassName
{
background-color: #B04F08;
}
</style>
border-color css
<style>
span { border-color: #B04F08; }
span { border-color: rgb(176,79,8); }
td.TdClassName
{
border-color: #B04F08;
}
.TagClassName
{
border-color: #B04F08;
}
</style>