Shades of Rust #B9370A
Tints of Rust #B9370A
RGB
CMYK
RGB Variations
Color information
#B9370A (or 0xB9370A) is known color: Rust. HEX triplet: B9, 37 and 0A. RGB value is (185,55,10). Sum of RGB (Red+Green+Blue) = 185+55+10=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9370A is #46C8F5. Grayscale: #595959. Windows color (decimal): -4638966 or 669625. OLE color: 669625.
HSL color Cylindrical-coordinate representation of color #B9370A: hue angle of 15.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9370A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.27 |
| HSL | 15.43º | 0.9% | 0.38% | - |
| HSV(B) | 15.43º | 0.95% | 0.73% | - |
| XYZ | 21.43 | 13.07 | 1.68 | - |
| YUV | 88.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 10 | 0 | 0.70 | 0.95 | 0.27 | 15.43 | 0.9 | 0.38 |
| Hex | B9 | 37 | A | 0 | 46 | 5F | 1B | F | 5A | 26 |
| Octal | 271 | 67 | 12 | 0 | 106 | 137 | 33 | 17 | 132 | 46 |
| Binary | 10111001 | 110111 | 1010 | 0 | 1000110 | 1011111 | 11011 | 1111 | 1011010 | 100110 |
Color Harmonies of #B9370A
Complementary color
Monochromatic Colors of #B9370A
Black with #B9370A
Text Example
Text Example
White with #B9370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9370A; }
p { color: rgb(185,55,10); }
H1.HeaderClassName
{
color: #B9370A;
}
.AnyTagClassName
{
color: #B9370A;
}
</style>
background-color css
<style>
a { background-color: #B9370A; }
a { background-color: rgb(185,55,10); }
div.DivClassName
{
background-color: #B9370A;
}
.BgClassName
{
background-color: #B9370A;
}
</style>
border-color css
<style>
span { border-color: #B9370A; }
span { border-color: rgb(185,55,10); }
td.TdClassName
{
border-color: #B9370A;
}
.TagClassName
{
border-color: #B9370A;
}
</style>