Shades of Rust #BA3A14
Tints of Rust #BA3A14
RGB
CMYK
RGB Variations
Color information
#BA3A14 (or 0xBA3A14) is known color: Rust. HEX triplet: BA, 3A and 14. RGB value is (186,58,20). Sum of RGB (Red+Green+Blue) = 186+58+20=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A14 is #45C5EB. Grayscale: #5C5C5C. Windows color (decimal): -4572652 or 1325754. OLE color: 1325754.
HSL color Cylindrical-coordinate representation of color #BA3A14: hue angle of 13.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3A14 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.27 |
| HSL | 13.73º | 0.81% | 0.4% | - |
| HSV(B) | 13.73º | 0.89% | 0.73% | - |
| XYZ | 21.89 | 13.52 | 2.12 | - |
| YUV | 91.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 20 | 0 | 0.69 | 0.89 | 0.27 | 13.73 | 0.81 | 0.4 |
| Hex | BA | 3A | 14 | 0 | 45 | 59 | 1B | E | 51 | 28 |
| Octal | 272 | 72 | 24 | 0 | 105 | 131 | 33 | 16 | 121 | 50 |
| Binary | 10111010 | 111010 | 10100 | 0 | 1000101 | 1011001 | 11011 | 1110 | 1010001 | 101000 |
Color Harmonies of #BA3A14
Complementary color
Monochromatic Colors of #BA3A14
Black with #BA3A14
Text Example
Text Example
White with #BA3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A14; }
p { color: rgb(186,58,20); }
H1.HeaderClassName
{
color: #BA3A14;
}
.AnyTagClassName
{
color: #BA3A14;
}
</style>
background-color css
<style>
a { background-color: #BA3A14; }
a { background-color: rgb(186,58,20); }
div.DivClassName
{
background-color: #BA3A14;
}
.BgClassName
{
background-color: #BA3A14;
}
</style>
border-color css
<style>
span { border-color: #BA3A14; }
span { border-color: rgb(186,58,20); }
td.TdClassName
{
border-color: #BA3A14;
}
.TagClassName
{
border-color: #BA3A14;
}
</style>