Shades of Rust #B95115
Tints of Rust #B95115
RGB
CMYK
RGB Variations
Color information
#B95115 (or 0xB95115) is known color: Rust. HEX triplet: B9, 51 and 15. RGB value is (185,81,21). Sum of RGB (Red+Green+Blue) = 185+81+21=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95115 is #46AEEA. Grayscale: #696969. Windows color (decimal): -4632299 or 1397177. OLE color: 1397177.
HSL color Cylindrical-coordinate representation of color #B95115: hue angle of 21.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B95115 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 21 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.27 |
| HSL | 21.95º | 0.8% | 0.4% | - |
| HSV(B) | 21.95º | 0.89% | 0.73% | - |
| XYZ | 23.09 | 16.25 | 2.63 | - |
| YUV | 105.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 21 | 0 | 0.56 | 0.89 | 0.27 | 21.95 | 0.8 | 0.4 |
| Hex | B9 | 51 | 15 | 0 | 38 | 59 | 1B | 16 | 50 | 28 |
| Octal | 271 | 121 | 25 | 0 | 70 | 131 | 33 | 26 | 120 | 50 |
| Binary | 10111001 | 1010001 | 10101 | 0 | 111000 | 1011001 | 11011 | 10110 | 1010000 | 101000 |
Color Harmonies of #B95115
Complementary color
Monochromatic Colors of #B95115
Black with #B95115
Text Example
Text Example
White with #B95115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95115; }
p { color: rgb(185,81,21); }
H1.HeaderClassName
{
color: #B95115;
}
.AnyTagClassName
{
color: #B95115;
}
</style>
background-color css
<style>
a { background-color: #B95115; }
a { background-color: rgb(185,81,21); }
div.DivClassName
{
background-color: #B95115;
}
.BgClassName
{
background-color: #B95115;
}
</style>
border-color css
<style>
span { border-color: #B95115; }
span { border-color: rgb(185,81,21); }
td.TdClassName
{
border-color: #B95115;
}
.TagClassName
{
border-color: #B95115;
}
</style>