Shades of Rust #B93511
Tints of Rust #B93511
RGB
CMYK
RGB Variations
Color information
#B93511 (or 0xB93511) is known color: Rust. HEX triplet: B9, 35 and 11. RGB value is (185,53,17). Sum of RGB (Red+Green+Blue) = 185+53+17=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93511 is #46CAEE. Grayscale: #585858. Windows color (decimal): -4639471 or 1127865. OLE color: 1127865.
HSL color Cylindrical-coordinate representation of color #B93511: hue angle of 12.86º 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 #B93511 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 17 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.27 |
| HSL | 12.86º | 0.83% | 0.4% | - |
| HSV(B) | 12.86º | 0.91% | 0.73% | - |
| XYZ | 21.38 | 12.9 | 1.89 | - |
| YUV | 88.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 17 | 0 | 0.71 | 0.91 | 0.27 | 12.86 | 0.83 | 0.4 |
| Hex | B9 | 35 | 11 | 0 | 47 | 5B | 1B | D | 53 | 28 |
| Octal | 271 | 65 | 21 | 0 | 107 | 133 | 33 | 15 | 123 | 50 |
| Binary | 10111001 | 110101 | 10001 | 0 | 1000111 | 1011011 | 11011 | 1101 | 1010011 | 101000 |
Color Harmonies of #B93511
Complementary color
Monochromatic Colors of #B93511
Black with #B93511
Text Example
Text Example
White with #B93511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93511; }
p { color: rgb(185,53,17); }
H1.HeaderClassName
{
color: #B93511;
}
.AnyTagClassName
{
color: #B93511;
}
</style>
background-color css
<style>
a { background-color: #B93511; }
a { background-color: rgb(185,53,17); }
div.DivClassName
{
background-color: #B93511;
}
.BgClassName
{
background-color: #B93511;
}
</style>
border-color css
<style>
span { border-color: #B93511; }
span { border-color: rgb(185,53,17); }
td.TdClassName
{
border-color: #B93511;
}
.TagClassName
{
border-color: #B93511;
}
</style>