Shades of Rust #B93D17
Tints of Rust #B93D17
RGB
CMYK
RGB Variations
Color information
#B93D17 (or 0xB93D17) is known color: Rust. HEX triplet: B9, 3D and 17. RGB value is (185,61,23). Sum of RGB (Red+Green+Blue) = 185+61+23=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D17 is #46C2E8. Grayscale: #5E5E5E. Windows color (decimal): -4637417 or 1523129. OLE color: 1523129.
HSL color Cylindrical-coordinate representation of color #B93D17: hue angle of 14.07º 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 #B93D17 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.27 |
| HSL | 14.07º | 0.78% | 0.41% | - |
| HSV(B) | 14.07º | 0.88% | 0.73% | - |
| XYZ | 21.83 | 13.71 | 2.31 | - |
| YUV | 93.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 23 | 0 | 0.67 | 0.88 | 0.27 | 14.07 | 0.78 | 0.41 |
| Hex | B9 | 3D | 17 | 0 | 43 | 58 | 1B | E | 4E | 29 |
| Octal | 271 | 75 | 27 | 0 | 103 | 130 | 33 | 16 | 116 | 51 |
| Binary | 10111001 | 111101 | 10111 | 0 | 1000011 | 1011000 | 11011 | 1110 | 1001110 | 101001 |
Color Harmonies of #B93D17
Complementary color
Monochromatic Colors of #B93D17
Black with #B93D17
Text Example
Text Example
White with #B93D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D17; }
p { color: rgb(185,61,23); }
H1.HeaderClassName
{
color: #B93D17;
}
.AnyTagClassName
{
color: #B93D17;
}
</style>
background-color css
<style>
a { background-color: #B93D17; }
a { background-color: rgb(185,61,23); }
div.DivClassName
{
background-color: #B93D17;
}
.BgClassName
{
background-color: #B93D17;
}
</style>
border-color css
<style>
span { border-color: #B93D17; }
span { border-color: rgb(185,61,23); }
td.TdClassName
{
border-color: #B93D17;
}
.TagClassName
{
border-color: #B93D17;
}
</style>