Shades of Rust #B9391B
Tints of Rust #B9391B
RGB
CMYK
RGB Variations
Color information
#B9391B (or 0xB9391B) is known color: Rust. HEX triplet: B9, 39 and 1B. RGB value is (185,57,27). Sum of RGB (Red+Green+Blue) = 185+57+27=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9391B is #46C6E4. Grayscale: #5C5C5C. Windows color (decimal): -4638437 or 1784249. OLE color: 1784249.
HSL color Cylindrical-coordinate representation of color #B9391B: hue angle of 11.39º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9391B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.27 |
| HSL | 11.39º | 0.75% | 0.42% | - |
| HSV(B) | 11.39º | 0.85% | 0.73% | - |
| XYZ | 21.67 | 13.32 | 2.47 | - |
| YUV | 91.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 27 | 0 | 0.69 | 0.85 | 0.27 | 11.39 | 0.75 | 0.42 |
| Hex | B9 | 39 | 1B | 0 | 45 | 55 | 1B | B | 4B | 2A |
| Octal | 271 | 71 | 33 | 0 | 105 | 125 | 33 | 13 | 113 | 52 |
| Binary | 10111001 | 111001 | 11011 | 0 | 1000101 | 1010101 | 11011 | 1011 | 1001011 | 101010 |
Color Harmonies of #B9391B
Complementary color
Monochromatic Colors of #B9391B
Black with #B9391B
Text Example
Text Example
White with #B9391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9391B; }
p { color: rgb(185,57,27); }
H1.HeaderClassName
{
color: #B9391B;
}
.AnyTagClassName
{
color: #B9391B;
}
</style>
background-color css
<style>
a { background-color: #B9391B; }
a { background-color: rgb(185,57,27); }
div.DivClassName
{
background-color: #B9391B;
}
.BgClassName
{
background-color: #B9391B;
}
</style>
border-color css
<style>
span { border-color: #B9391B; }
span { border-color: rgb(185,57,27); }
td.TdClassName
{
border-color: #B9391B;
}
.TagClassName
{
border-color: #B9391B;
}
</style>