Shades of Rust #B93616
Tints of Rust #B93616
RGB
CMYK
RGB Variations
Color information
#B93616 (or 0xB93616) is known color: Rust. HEX triplet: B9, 36 and 16. RGB value is (185,54,22). Sum of RGB (Red+Green+Blue) = 185+54+22=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93616 is #46C9E9. Grayscale: #595959. Windows color (decimal): -4639210 or 1455801. OLE color: 1455801.
HSL color Cylindrical-coordinate representation of color #B93616: hue angle of 11.78º 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 #B93616 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.27 |
| HSL | 11.78º | 0.79% | 0.41% | - |
| HSV(B) | 11.78º | 0.88% | 0.73% | - |
| XYZ | 21.47 | 13.01 | 2.14 | - |
| YUV | 89.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 22 | 0 | 0.71 | 0.88 | 0.27 | 11.78 | 0.79 | 0.41 |
| Hex | B9 | 36 | 16 | 0 | 47 | 58 | 1B | C | 4F | 29 |
| Octal | 271 | 66 | 26 | 0 | 107 | 130 | 33 | 14 | 117 | 51 |
| Binary | 10111001 | 110110 | 10110 | 0 | 1000111 | 1011000 | 11011 | 1100 | 1001111 | 101001 |
Color Harmonies of #B93616
Complementary color
Monochromatic Colors of #B93616
Black with #B93616
Text Example
Text Example
White with #B93616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93616; }
p { color: rgb(185,54,22); }
H1.HeaderClassName
{
color: #B93616;
}
.AnyTagClassName
{
color: #B93616;
}
</style>
background-color css
<style>
a { background-color: #B93616; }
a { background-color: rgb(185,54,22); }
div.DivClassName
{
background-color: #B93616;
}
.BgClassName
{
background-color: #B93616;
}
</style>
border-color css
<style>
span { border-color: #B93616; }
span { border-color: rgb(185,54,22); }
td.TdClassName
{
border-color: #B93616;
}
.TagClassName
{
border-color: #B93616;
}
</style>