Shades of Rust #B05015
Tints of Rust #B05015
RGB
CMYK
RGB Variations
Color information
#B05015 (or 0xB05015) is known color: Rust. HEX triplet: B0, 50 and 15. RGB value is (176,80,21). Sum of RGB (Red+Green+Blue) = 176+80+21=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05015 is #4FAFEA. Grayscale: #666666. Windows color (decimal): -5222379 or 1396912. OLE color: 1396912.
HSL color Cylindrical-coordinate representation of color #B05015: hue angle of 22.84º 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 #B05015 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.31 |
| HSL | 22.84º | 0.79% | 0.39% | - |
| HSV(B) | 22.84º | 0.88% | 0.69% | - |
| XYZ | 20.91 | 15.02 | 2.51 | - |
| YUV | 101.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 21 | 0 | 0.55 | 0.88 | 0.31 | 22.84 | 0.79 | 0.39 |
| Hex | B0 | 50 | 15 | 0 | 37 | 58 | 1F | 17 | 4F | 27 |
| Octal | 260 | 120 | 25 | 0 | 67 | 130 | 37 | 27 | 117 | 47 |
| Binary | 10110000 | 1010000 | 10101 | 0 | 110111 | 1011000 | 11111 | 10111 | 1001111 | 100111 |
Color Harmonies of #B05015
Complementary color
Monochromatic Colors of #B05015
Black with #B05015
Text Example
Text Example
White with #B05015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05015; }
p { color: rgb(176,80,21); }
H1.HeaderClassName
{
color: #B05015;
}
.AnyTagClassName
{
color: #B05015;
}
</style>
background-color css
<style>
a { background-color: #B05015; }
a { background-color: rgb(176,80,21); }
div.DivClassName
{
background-color: #B05015;
}
.BgClassName
{
background-color: #B05015;
}
</style>
border-color css
<style>
span { border-color: #B05015; }
span { border-color: rgb(176,80,21); }
td.TdClassName
{
border-color: #B05015;
}
.TagClassName
{
border-color: #B05015;
}
</style>