Shades of Rust #BA3A13
Tints of Rust #BA3A13
RGB
CMYK
RGB Variations
Color information
#BA3A13 (or 0xBA3A13) is known color: Rust. HEX triplet: BA, 3A and 13. RGB value is (186,58,19). Sum of RGB (Red+Green+Blue) = 186+58+19=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A13 is #45C5EC. Grayscale: #5C5C5C. Windows color (decimal): -4572653 or 1260218. OLE color: 1260218.
HSL color Cylindrical-coordinate representation of color #BA3A13: hue angle of 14.01º 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 #BA3A13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.27 |
| HSL | 14.01º | 0.81% | 0.4% | - |
| HSV(B) | 14.01º | 0.9% | 0.73% | - |
| XYZ | 21.88 | 13.51 | 2.07 | - |
| YUV | 91.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 19 | 0 | 0.69 | 0.90 | 0.27 | 14.01 | 0.81 | 0.4 |
| Hex | BA | 3A | 13 | 0 | 45 | 5A | 1B | E | 51 | 28 |
| Octal | 272 | 72 | 23 | 0 | 105 | 132 | 33 | 16 | 121 | 50 |
| Binary | 10111010 | 111010 | 10011 | 0 | 1000101 | 1011010 | 11011 | 1110 | 1010001 | 101000 |
Color Harmonies of #BA3A13
Complementary color
Monochromatic Colors of #BA3A13
Black with #BA3A13
Text Example
Text Example
White with #BA3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A13; }
p { color: rgb(186,58,19); }
H1.HeaderClassName
{
color: #BA3A13;
}
.AnyTagClassName
{
color: #BA3A13;
}
</style>
background-color css
<style>
a { background-color: #BA3A13; }
a { background-color: rgb(186,58,19); }
div.DivClassName
{
background-color: #BA3A13;
}
.BgClassName
{
background-color: #BA3A13;
}
</style>
border-color css
<style>
span { border-color: #BA3A13; }
span { border-color: rgb(186,58,19); }
td.TdClassName
{
border-color: #BA3A13;
}
.TagClassName
{
border-color: #BA3A13;
}
</style>