Shades of Rust #B93A16
Tints of Rust #B93A16
RGB
CMYK
RGB Variations
Color information
#B93A16 (or 0xB93A16) is known color: Rust. HEX triplet: B9, 3A and 16. RGB value is (185,58,22). Sum of RGB (Red+Green+Blue) = 185+58+22=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A16 is #46C5E9. Grayscale: #5C5C5C. Windows color (decimal): -4638186 or 1456825. OLE color: 1456825.
HSL color Cylindrical-coordinate representation of color #B93A16: hue angle of 13.25º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B93A16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.27 |
| HSL | 13.25º | 0.79% | 0.41% | - |
| HSV(B) | 13.25º | 0.88% | 0.73% | - |
| XYZ | 21.67 | 13.4 | 2.2 | - |
| YUV | 91.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 22 | 0 | 0.69 | 0.88 | 0.27 | 13.25 | 0.79 | 0.41 |
| Hex | B9 | 3A | 16 | 0 | 45 | 58 | 1B | D | 4F | 29 |
| Octal | 271 | 72 | 26 | 0 | 105 | 130 | 33 | 15 | 117 | 51 |
| Binary | 10111001 | 111010 | 10110 | 0 | 1000101 | 1011000 | 11011 | 1101 | 1001111 | 101001 |
Color Harmonies of #B93A16
Complementary color
Monochromatic Colors of #B93A16
Black with #B93A16
Text Example
Text Example
White with #B93A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A16; }
p { color: rgb(185,58,22); }
H1.HeaderClassName
{
color: #B93A16;
}
.AnyTagClassName
{
color: #B93A16;
}
</style>
background-color css
<style>
a { background-color: #B93A16; }
a { background-color: rgb(185,58,22); }
div.DivClassName
{
background-color: #B93A16;
}
.BgClassName
{
background-color: #B93A16;
}
</style>
border-color css
<style>
span { border-color: #B93A16; }
span { border-color: rgb(185,58,22); }
td.TdClassName
{
border-color: #B93A16;
}
.TagClassName
{
border-color: #B93A16;
}
</style>