Shades of Rust #BA370F
Tints of Rust #BA370F
RGB
CMYK
RGB Variations
Color information
#BA370F (or 0xBA370F) is known color: Rust. HEX triplet: BA, 37 and 0F. RGB value is (186,55,15). Sum of RGB (Red+Green+Blue) = 186+55+15=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA370F is #45C8F0. Grayscale: #595959. Windows color (decimal): -4573425 or 997306. OLE color: 997306.
HSL color Cylindrical-coordinate representation of color #BA370F: hue angle of 14.04º 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 #BA370F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.04º | 0.85% | 0.39% | - |
| HSV(B) | 14.04º | 0.92% | 0.73% | - |
| XYZ | 21.7 | 13.21 | 1.86 | - |
| YUV | 89.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 15 | 0 | 0.70 | 0.92 | 0.27 | 14.04 | 0.85 | 0.39 |
| Hex | BA | 37 | F | 0 | 46 | 5C | 1B | E | 55 | 27 |
| Octal | 272 | 67 | 17 | 0 | 106 | 134 | 33 | 16 | 125 | 47 |
| Binary | 10111010 | 110111 | 1111 | 0 | 1000110 | 1011100 | 11011 | 1110 | 1010101 | 100111 |
Color Harmonies of #BA370F
Complementary color
Monochromatic Colors of #BA370F
Black with #BA370F
Text Example
Text Example
White with #BA370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA370F; }
p { color: rgb(186,55,15); }
H1.HeaderClassName
{
color: #BA370F;
}
.AnyTagClassName
{
color: #BA370F;
}
</style>
background-color css
<style>
a { background-color: #BA370F; }
a { background-color: rgb(186,55,15); }
div.DivClassName
{
background-color: #BA370F;
}
.BgClassName
{
background-color: #BA370F;
}
</style>
border-color css
<style>
span { border-color: #BA370F; }
span { border-color: rgb(186,55,15); }
td.TdClassName
{
border-color: #BA370F;
}
.TagClassName
{
border-color: #BA370F;
}
</style>