Shades of Rust #B93711
Tints of Rust #B93711
RGB
CMYK
RGB Variations
Color information
#B93711 (or 0xB93711) is known color: Rust. HEX triplet: B9, 37 and 11. RGB value is (185,55,17). Sum of RGB (Red+Green+Blue) = 185+55+17=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93711 is #46C8EE. Grayscale: #595959. Windows color (decimal): -4638959 or 1128377. OLE color: 1128377.
HSL color Cylindrical-coordinate representation of color #B93711: hue angle of 13.57º 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 #B93711 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 13.57º | 0.83% | 0.4% | - |
| HSV(B) | 13.57º | 0.91% | 0.73% | - |
| XYZ | 21.47 | 13.09 | 1.92 | - |
| YUV | 89.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 17 | 0 | 0.70 | 0.91 | 0.27 | 13.57 | 0.83 | 0.4 |
| Hex | B9 | 37 | 11 | 0 | 46 | 5B | 1B | E | 53 | 28 |
| Octal | 271 | 67 | 21 | 0 | 106 | 133 | 33 | 16 | 123 | 50 |
| Binary | 10111001 | 110111 | 10001 | 0 | 1000110 | 1011011 | 11011 | 1110 | 1010011 | 101000 |
Color Harmonies of #B93711
Complementary color
Monochromatic Colors of #B93711
Black with #B93711
Text Example
Text Example
White with #B93711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93711; }
p { color: rgb(185,55,17); }
H1.HeaderClassName
{
color: #B93711;
}
.AnyTagClassName
{
color: #B93711;
}
</style>
background-color css
<style>
a { background-color: #B93711; }
a { background-color: rgb(185,55,17); }
div.DivClassName
{
background-color: #B93711;
}
.BgClassName
{
background-color: #B93711;
}
</style>
border-color css
<style>
span { border-color: #B93711; }
span { border-color: rgb(185,55,17); }
td.TdClassName
{
border-color: #B93711;
}
.TagClassName
{
border-color: #B93711;
}
</style>