Shades of Rust #B95913
Tints of Rust #B95913
RGB
CMYK
RGB Variations
Color information
#B95913 (or 0xB95913) is known color: Rust. HEX triplet: B9, 59 and 13. RGB value is (185,89,19). Sum of RGB (Red+Green+Blue) = 185+89+19=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B95913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95913 is #46A6EC. Grayscale: #6E6E6E. Windows color (decimal): -4630253 or 1268153. OLE color: 1268153.
HSL color Cylindrical-coordinate representation of color #B95913: hue angle of 25.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95913 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.27 |
| HSL | 25.3º | 0.81% | 0.4% | - |
| HSV(B) | 25.3º | 0.9% | 0.73% | - |
| XYZ | 23.7 | 17.51 | 2.75 | - |
| YUV | 109.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 19 | 0 | 0.52 | 0.90 | 0.27 | 25.3 | 0.81 | 0.4 |
| Hex | B9 | 59 | 13 | 0 | 34 | 5A | 1B | 19 | 51 | 28 |
| Octal | 271 | 131 | 23 | 0 | 64 | 132 | 33 | 31 | 121 | 50 |
| Binary | 10111001 | 1011001 | 10011 | 0 | 110100 | 1011010 | 11011 | 11001 | 1010001 | 101000 |
Color Harmonies of #B95913
Complementary color
Monochromatic Colors of #B95913
Black with #B95913
Text Example
Text Example
White with #B95913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95913; }
p { color: rgb(185,89,19); }
H1.HeaderClassName
{
color: #B95913;
}
.AnyTagClassName
{
color: #B95913;
}
</style>
background-color css
<style>
a { background-color: #B95913; }
a { background-color: rgb(185,89,19); }
div.DivClassName
{
background-color: #B95913;
}
.BgClassName
{
background-color: #B95913;
}
</style>
border-color css
<style>
span { border-color: #B95913; }
span { border-color: rgb(185,89,19); }
td.TdClassName
{
border-color: #B95913;
}
.TagClassName
{
border-color: #B95913;
}
</style>