Shades of Rust #B95114
Tints of Rust #B95114
RGB
CMYK
RGB Variations
Color information
#B95114 (or 0xB95114) is known color: Rust. HEX triplet: B9, 51 and 14. RGB value is (185,81,20). Sum of RGB (Red+Green+Blue) = 185+81+20=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95114 is #46AEEB. Grayscale: #696969. Windows color (decimal): -4632300 or 1331641. OLE color: 1331641.
HSL color Cylindrical-coordinate representation of color #B95114: hue angle of 22.18º 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 #B95114 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 20 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.27 |
| HSL | 22.18º | 0.8% | 0.4% | - |
| HSV(B) | 22.18º | 0.89% | 0.73% | - |
| XYZ | 23.08 | 16.25 | 2.58 | - |
| YUV | 105.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 20 | 0 | 0.56 | 0.89 | 0.27 | 22.18 | 0.8 | 0.4 |
| Hex | B9 | 51 | 14 | 0 | 38 | 59 | 1B | 16 | 50 | 28 |
| Octal | 271 | 121 | 24 | 0 | 70 | 131 | 33 | 26 | 120 | 50 |
| Binary | 10111001 | 1010001 | 10100 | 0 | 111000 | 1011001 | 11011 | 10110 | 1010000 | 101000 |
Color Harmonies of #B95114
Complementary color
Monochromatic Colors of #B95114
Black with #B95114
Text Example
Text Example
White with #B95114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95114; }
p { color: rgb(185,81,20); }
H1.HeaderClassName
{
color: #B95114;
}
.AnyTagClassName
{
color: #B95114;
}
</style>
background-color css
<style>
a { background-color: #B95114; }
a { background-color: rgb(185,81,20); }
div.DivClassName
{
background-color: #B95114;
}
.BgClassName
{
background-color: #B95114;
}
</style>
border-color css
<style>
span { border-color: #B95114; }
span { border-color: rgb(185,81,20); }
td.TdClassName
{
border-color: #B95114;
}
.TagClassName
{
border-color: #B95114;
}
</style>