Shades of Rust #BA3A0E
Tints of Rust #BA3A0E
RGB
CMYK
RGB Variations
Color information
#BA3A0E (or 0xBA3A0E) is known color: Rust. HEX triplet: BA, 3A and 0E. RGB value is (186,58,14). Sum of RGB (Red+Green+Blue) = 186+58+14=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A0E is #45C5F1. Grayscale: #5B5B5B. Windows color (decimal): -4572658 or 932538. OLE color: 932538.
HSL color Cylindrical-coordinate representation of color #BA3A0E: hue angle of 15.35º degrees, saturation: 0.86, 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 #BA3A0E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.27 |
| HSL | 15.35º | 0.86% | 0.39% | - |
| HSV(B) | 15.35º | 0.92% | 0.73% | - |
| XYZ | 21.84 | 13.5 | 1.87 | - |
| YUV | 91.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 14 | 0 | 0.69 | 0.92 | 0.27 | 15.35 | 0.86 | 0.39 |
| Hex | BA | 3A | E | 0 | 45 | 5C | 1B | F | 56 | 27 |
| Octal | 272 | 72 | 16 | 0 | 105 | 134 | 33 | 17 | 126 | 47 |
| Binary | 10111010 | 111010 | 1110 | 0 | 1000101 | 1011100 | 11011 | 1111 | 1010110 | 100111 |
Color Harmonies of #BA3A0E
Complementary color
Monochromatic Colors of #BA3A0E
Black with #BA3A0E
Text Example
Text Example
White with #BA3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A0E; }
p { color: rgb(186,58,14); }
H1.HeaderClassName
{
color: #BA3A0E;
}
.AnyTagClassName
{
color: #BA3A0E;
}
</style>
background-color css
<style>
a { background-color: #BA3A0E; }
a { background-color: rgb(186,58,14); }
div.DivClassName
{
background-color: #BA3A0E;
}
.BgClassName
{
background-color: #BA3A0E;
}
</style>
border-color css
<style>
span { border-color: #BA3A0E; }
span { border-color: rgb(186,58,14); }
td.TdClassName
{
border-color: #BA3A0E;
}
.TagClassName
{
border-color: #BA3A0E;
}
</style>