Shades of Rust #BA370B
Tints of Rust #BA370B
RGB
CMYK
RGB Variations
Color information
#BA370B (or 0xBA370B) is known color: Rust. HEX triplet: BA, 37 and 0B. RGB value is (186,55,11). Sum of RGB (Red+Green+Blue) = 186+55+11=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA370B is #45C8F4. Grayscale: #595959. Windows color (decimal): -4573429 or 735162. OLE color: 735162.
HSL color Cylindrical-coordinate representation of color #BA370B: hue angle of 15.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA370B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.27 |
| HSL | 15.09º | 0.89% | 0.39% | - |
| HSV(B) | 15.09º | 0.94% | 0.73% | - |
| XYZ | 21.68 | 13.2 | 1.72 | - |
| YUV | 89.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 11 | 0 | 0.70 | 0.94 | 0.27 | 15.09 | 0.89 | 0.39 |
| Hex | BA | 37 | B | 0 | 46 | 5E | 1B | F | 59 | 27 |
| Octal | 272 | 67 | 13 | 0 | 106 | 136 | 33 | 17 | 131 | 47 |
| Binary | 10111010 | 110111 | 1011 | 0 | 1000110 | 1011110 | 11011 | 1111 | 1011001 | 100111 |
Color Harmonies of #BA370B
Complementary color
Monochromatic Colors of #BA370B
Black with #BA370B
Text Example
Text Example
White with #BA370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA370B; }
p { color: rgb(186,55,11); }
H1.HeaderClassName
{
color: #BA370B;
}
.AnyTagClassName
{
color: #BA370B;
}
</style>
background-color css
<style>
a { background-color: #BA370B; }
a { background-color: rgb(186,55,11); }
div.DivClassName
{
background-color: #BA370B;
}
.BgClassName
{
background-color: #BA370B;
}
</style>
border-color css
<style>
span { border-color: #BA370B; }
span { border-color: rgb(186,55,11); }
td.TdClassName
{
border-color: #BA370B;
}
.TagClassName
{
border-color: #BA370B;
}
</style>