Shades of Rust #B9370F
Tints of Rust #B9370F
RGB
CMYK
RGB Variations
Color information
#B9370F (or 0xB9370F) is known color: Rust. HEX triplet: B9, 37 and 0F. RGB value is (185,55,15). Sum of RGB (Red+Green+Blue) = 185+55+15=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B9370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9370F is #46C8F0. Grayscale: #595959. Windows color (decimal): -4638961 or 997305. OLE color: 997305.
HSL color Cylindrical-coordinate representation of color #B9370F: hue angle of 14.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9370F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.12º | 0.85% | 0.39% | - |
| HSV(B) | 14.12º | 0.92% | 0.73% | - |
| XYZ | 21.46 | 13.08 | 1.85 | - |
| YUV | 89.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 15 | 0 | 0.70 | 0.92 | 0.27 | 14.12 | 0.85 | 0.39 |
| Hex | B9 | 37 | F | 0 | 46 | 5C | 1B | E | 55 | 27 |
| Octal | 271 | 67 | 17 | 0 | 106 | 134 | 33 | 16 | 125 | 47 |
| Binary | 10111001 | 110111 | 1111 | 0 | 1000110 | 1011100 | 11011 | 1110 | 1010101 | 100111 |
Color Harmonies of #B9370F
Complementary color
Monochromatic Colors of #B9370F
Black with #B9370F
Text Example
Text Example
White with #B9370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9370F; }
p { color: rgb(185,55,15); }
H1.HeaderClassName
{
color: #B9370F;
}
.AnyTagClassName
{
color: #B9370F;
}
</style>
background-color css
<style>
a { background-color: #B9370F; }
a { background-color: rgb(185,55,15); }
div.DivClassName
{
background-color: #B9370F;
}
.BgClassName
{
background-color: #B9370F;
}
</style>
border-color css
<style>
span { border-color: #B9370F; }
span { border-color: rgb(185,55,15); }
td.TdClassName
{
border-color: #B9370F;
}
.TagClassName
{
border-color: #B9370F;
}
</style>