Shades of Rust #B95211
Tints of Rust #B95211
RGB
CMYK
RGB Variations
Color information
#B95211 (or 0xB95211) is known color: Rust. HEX triplet: B9, 52 and 11. RGB value is (185,82,17). Sum of RGB (Red+Green+Blue) = 185+82+17=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B95211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95211 is #46ADEE. Grayscale: #696969. Windows color (decimal): -4632047 or 1135289. OLE color: 1135289.
HSL color Cylindrical-coordinate representation of color #B95211: hue angle of 23.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B95211 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.27 |
| HSL | 23.21º | 0.83% | 0.4% | - |
| HSV(B) | 23.21º | 0.91% | 0.73% | - |
| XYZ | 23.13 | 16.39 | 2.47 | - |
| YUV | 105.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 17 | 0 | 0.56 | 0.91 | 0.27 | 23.21 | 0.83 | 0.4 |
| Hex | B9 | 52 | 11 | 0 | 38 | 5B | 1B | 17 | 53 | 28 |
| Octal | 271 | 122 | 21 | 0 | 70 | 133 | 33 | 27 | 123 | 50 |
| Binary | 10111001 | 1010010 | 10001 | 0 | 111000 | 1011011 | 11011 | 10111 | 1010011 | 101000 |
Color Harmonies of #B95211
Complementary color
Monochromatic Colors of #B95211
Black with #B95211
Text Example
Text Example
White with #B95211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95211; }
p { color: rgb(185,82,17); }
H1.HeaderClassName
{
color: #B95211;
}
.AnyTagClassName
{
color: #B95211;
}
</style>
background-color css
<style>
a { background-color: #B95211; }
a { background-color: rgb(185,82,17); }
div.DivClassName
{
background-color: #B95211;
}
.BgClassName
{
background-color: #B95211;
}
</style>
border-color css
<style>
span { border-color: #B95211; }
span { border-color: rgb(185,82,17); }
td.TdClassName
{
border-color: #B95211;
}
.TagClassName
{
border-color: #B95211;
}
</style>