Shades of Rust #B05115
Tints of Rust #B05115
RGB
CMYK
RGB Variations
Color information
#B05115 (or 0xB05115) is known color: Rust. HEX triplet: B0, 51 and 15. RGB value is (176,81,21). Sum of RGB (Red+Green+Blue) = 176+81+21=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B05115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05115 is #4FAEEA. Grayscale: #666666. Windows color (decimal): -5222123 or 1397168. OLE color: 1397168.
HSL color Cylindrical-coordinate representation of color #B05115: hue angle of 23.23º 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 #B05115 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 21 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.31 |
| HSL | 23.23º | 0.79% | 0.39% | - |
| HSV(B) | 23.23º | 0.88% | 0.69% | - |
| XYZ | 20.98 | 15.17 | 2.53 | - |
| YUV | 102.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 21 | 0 | 0.54 | 0.88 | 0.31 | 23.23 | 0.79 | 0.39 |
| Hex | B0 | 51 | 15 | 0 | 36 | 58 | 1F | 17 | 4F | 27 |
| Octal | 260 | 121 | 25 | 0 | 66 | 130 | 37 | 27 | 117 | 47 |
| Binary | 10110000 | 1010001 | 10101 | 0 | 110110 | 1011000 | 11111 | 10111 | 1001111 | 100111 |
Color Harmonies of #B05115
Complementary color
Monochromatic Colors of #B05115
Black with #B05115
Text Example
Text Example
White with #B05115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05115; }
p { color: rgb(176,81,21); }
H1.HeaderClassName
{
color: #B05115;
}
.AnyTagClassName
{
color: #B05115;
}
</style>
background-color css
<style>
a { background-color: #B05115; }
a { background-color: rgb(176,81,21); }
div.DivClassName
{
background-color: #B05115;
}
.BgClassName
{
background-color: #B05115;
}
</style>
border-color css
<style>
span { border-color: #B05115; }
span { border-color: rgb(176,81,21); }
td.TdClassName
{
border-color: #B05115;
}
.TagClassName
{
border-color: #B05115;
}
</style>