Shades of Rust #B04F15
Tints of Rust #B04F15
RGB
CMYK
RGB Variations
Color information
#B04F15 (or 0xB04F15) is known color: Rust. HEX triplet: B0, 4F and 15. RGB value is (176,79,21). Sum of RGB (Red+Green+Blue) = 176+79+21=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F15 is #4FB0EA. Grayscale: #656565. Windows color (decimal): -5222635 or 1396656. OLE color: 1396656.
HSL color Cylindrical-coordinate representation of color #B04F15: hue angle of 22.45º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B04F15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.31 |
| HSL | 22.45º | 0.79% | 0.39% | - |
| HSV(B) | 22.45º | 0.88% | 0.69% | - |
| XYZ | 20.84 | 14.88 | 2.48 | - |
| YUV | 101.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 21 | 0 | 0.55 | 0.88 | 0.31 | 22.45 | 0.79 | 0.39 |
| Hex | B0 | 4F | 15 | 0 | 37 | 58 | 1F | 16 | 4F | 27 |
| Octal | 260 | 117 | 25 | 0 | 67 | 130 | 37 | 26 | 117 | 47 |
| Binary | 10110000 | 1001111 | 10101 | 0 | 110111 | 1011000 | 11111 | 10110 | 1001111 | 100111 |
Color Harmonies of #B04F15
Complementary color
Monochromatic Colors of #B04F15
Black with #B04F15
Text Example
Text Example
White with #B04F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F15; }
p { color: rgb(176,79,21); }
H1.HeaderClassName
{
color: #B04F15;
}
.AnyTagClassName
{
color: #B04F15;
}
</style>
background-color css
<style>
a { background-color: #B04F15; }
a { background-color: rgb(176,79,21); }
div.DivClassName
{
background-color: #B04F15;
}
.BgClassName
{
background-color: #B04F15;
}
</style>
border-color css
<style>
span { border-color: #B04F15; }
span { border-color: rgb(176,79,21); }
td.TdClassName
{
border-color: #B04F15;
}
.TagClassName
{
border-color: #B04F15;
}
</style>