Shades of Rust #B93E0B
Tints of Rust #B93E0B
RGB
CMYK
RGB Variations
Color information
#B93E0B (or 0xB93E0B) is known color: Rust. HEX triplet: B9, 3E and 0B. RGB value is (185,62,11). Sum of RGB (Red+Green+Blue) = 185+62+11=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E0B is #46C1F4. Grayscale: #5D5D5D. Windows color (decimal): -4637173 or 736953. OLE color: 736953.
HSL color Cylindrical-coordinate representation of color #B93E0B: hue angle of 17.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B93E0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.27 |
| HSL | 17.59º | 0.89% | 0.38% | - |
| HSV(B) | 17.59º | 0.94% | 0.73% | - |
| XYZ | 21.79 | 13.78 | 1.83 | - |
| YUV | 92.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 11 | 0 | 0.66 | 0.94 | 0.27 | 17.59 | 0.89 | 0.38 |
| Hex | B9 | 3E | B | 0 | 42 | 5E | 1B | 12 | 59 | 26 |
| Octal | 271 | 76 | 13 | 0 | 102 | 136 | 33 | 22 | 131 | 46 |
| Binary | 10111001 | 111110 | 1011 | 0 | 1000010 | 1011110 | 11011 | 10010 | 1011001 | 100110 |
Color Harmonies of #B93E0B
Complementary color
Monochromatic Colors of #B93E0B
Black with #B93E0B
Text Example
Text Example
White with #B93E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E0B; }
p { color: rgb(185,62,11); }
H1.HeaderClassName
{
color: #B93E0B;
}
.AnyTagClassName
{
color: #B93E0B;
}
</style>
background-color css
<style>
a { background-color: #B93E0B; }
a { background-color: rgb(185,62,11); }
div.DivClassName
{
background-color: #B93E0B;
}
.BgClassName
{
background-color: #B93E0B;
}
</style>
border-color css
<style>
span { border-color: #B93E0B; }
span { border-color: rgb(185,62,11); }
td.TdClassName
{
border-color: #B93E0B;
}
.TagClassName
{
border-color: #B93E0B;
}
</style>