Shades of Rust #BA4E13
Tints of Rust #BA4E13
RGB
CMYK
RGB Variations
Color information
#BA4E13 (or 0xBA4E13) is known color: Rust. HEX triplet: BA, 4E and 13. RGB value is (186,78,19). Sum of RGB (Red+Green+Blue) = 186+78+19=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E13 is #45B1EC. Grayscale: #676767. Windows color (decimal): -4567533 or 1265338. OLE color: 1265338.
HSL color Cylindrical-coordinate representation of color #BA4E13: hue angle of 21.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4E13 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.27 |
| HSL | 21.2º | 0.81% | 0.4% | - |
| HSV(B) | 21.2º | 0.9% | 0.73% | - |
| XYZ | 23.09 | 15.93 | 2.47 | - |
| YUV | 103.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 19 | 0 | 0.58 | 0.90 | 0.27 | 21.2 | 0.81 | 0.4 |
| Hex | BA | 4E | 13 | 0 | 3A | 5A | 1B | 15 | 51 | 28 |
| Octal | 272 | 116 | 23 | 0 | 72 | 132 | 33 | 25 | 121 | 50 |
| Binary | 10111010 | 1001110 | 10011 | 0 | 111010 | 1011010 | 11011 | 10101 | 1010001 | 101000 |
Color Harmonies of #BA4E13
Complementary color
Monochromatic Colors of #BA4E13
Black with #BA4E13
Text Example
Text Example
White with #BA4E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E13; }
p { color: rgb(186,78,19); }
H1.HeaderClassName
{
color: #BA4E13;
}
.AnyTagClassName
{
color: #BA4E13;
}
</style>
background-color css
<style>
a { background-color: #BA4E13; }
a { background-color: rgb(186,78,19); }
div.DivClassName
{
background-color: #BA4E13;
}
.BgClassName
{
background-color: #BA4E13;
}
</style>
border-color css
<style>
span { border-color: #BA4E13; }
span { border-color: rgb(186,78,19); }
td.TdClassName
{
border-color: #BA4E13;
}
.TagClassName
{
border-color: #BA4E13;
}
</style>