Shades of Rust #B93A11
Tints of Rust #B93A11
RGB
CMYK
RGB Variations
Color information
#B93A11 (or 0xB93A11) is known color: Rust. HEX triplet: B9, 3A and 11. RGB value is (185,58,17). Sum of RGB (Red+Green+Blue) = 185+58+17=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A11 is #46C5EE. Grayscale: #5B5B5B. Windows color (decimal): -4638191 or 1129145. OLE color: 1129145.
HSL color Cylindrical-coordinate representation of color #B93A11: hue angle of 14.64º 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 #B93A11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.27 |
| HSL | 14.64º | 0.83% | 0.4% | - |
| HSV(B) | 14.64º | 0.91% | 0.73% | - |
| XYZ | 21.62 | 13.38 | 1.97 | - |
| YUV | 91.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 17 | 0 | 0.69 | 0.91 | 0.27 | 14.64 | 0.83 | 0.4 |
| Hex | B9 | 3A | 11 | 0 | 45 | 5B | 1B | F | 53 | 28 |
| Octal | 271 | 72 | 21 | 0 | 105 | 133 | 33 | 17 | 123 | 50 |
| Binary | 10111001 | 111010 | 10001 | 0 | 1000101 | 1011011 | 11011 | 1111 | 1010011 | 101000 |
Color Harmonies of #B93A11
Complementary color
Monochromatic Colors of #B93A11
Black with #B93A11
Text Example
Text Example
White with #B93A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A11; }
p { color: rgb(185,58,17); }
H1.HeaderClassName
{
color: #B93A11;
}
.AnyTagClassName
{
color: #B93A11;
}
</style>
background-color css
<style>
a { background-color: #B93A11; }
a { background-color: rgb(185,58,17); }
div.DivClassName
{
background-color: #B93A11;
}
.BgClassName
{
background-color: #B93A11;
}
</style>
border-color css
<style>
span { border-color: #B93A11; }
span { border-color: rgb(185,58,17); }
td.TdClassName
{
border-color: #B93A11;
}
.TagClassName
{
border-color: #B93A11;
}
</style>