Shades of Rust #B93A17
Tints of Rust #B93A17
RGB
CMYK
RGB Variations
Color information
#B93A17 (or 0xB93A17) is known color: Rust. HEX triplet: B9, 3A and 17. RGB value is (185,58,23). Sum of RGB (Red+Green+Blue) = 185+58+23=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A17 is #46C5E8. Grayscale: #5C5C5C. Windows color (decimal): -4638185 or 1522361. OLE color: 1522361.
HSL color Cylindrical-coordinate representation of color #B93A17: hue angle of 12.96º degrees, saturation: 0.78, 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 #B93A17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.27 |
| HSL | 12.96º | 0.78% | 0.41% | - |
| HSV(B) | 12.96º | 0.88% | 0.73% | - |
| XYZ | 21.68 | 13.4 | 2.26 | - |
| YUV | 91.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 23 | 0 | 0.69 | 0.88 | 0.27 | 12.96 | 0.78 | 0.41 |
| Hex | B9 | 3A | 17 | 0 | 45 | 58 | 1B | D | 4E | 29 |
| Octal | 271 | 72 | 27 | 0 | 105 | 130 | 33 | 15 | 116 | 51 |
| Binary | 10111001 | 111010 | 10111 | 0 | 1000101 | 1011000 | 11011 | 1101 | 1001110 | 101001 |
Color Harmonies of #B93A17
Complementary color
Monochromatic Colors of #B93A17
Black with #B93A17
Text Example
Text Example
White with #B93A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A17; }
p { color: rgb(185,58,23); }
H1.HeaderClassName
{
color: #B93A17;
}
.AnyTagClassName
{
color: #B93A17;
}
</style>
background-color css
<style>
a { background-color: #B93A17; }
a { background-color: rgb(185,58,23); }
div.DivClassName
{
background-color: #B93A17;
}
.BgClassName
{
background-color: #B93A17;
}
</style>
border-color css
<style>
span { border-color: #B93A17; }
span { border-color: rgb(185,58,23); }
td.TdClassName
{
border-color: #B93A17;
}
.TagClassName
{
border-color: #B93A17;
}
</style>