Shades of Rust #BA3A00
Tints of Rust #BA3A00
RGB
CMYK
RGB Variations
Color information
#BA3A00 (or 0xBA3A00) is known color: Rust. HEX triplet: BA, 3A and 00. RGB value is (186,58,0). Sum of RGB (Red+Green+Blue) = 186+58+0=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A00 is #45C5FF. Grayscale: #5A5A5A. Windows color (decimal): -4572672 or 15034. OLE color: 15034.
HSL color Cylindrical-coordinate representation of color #BA3A00: hue angle of 18.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.27 |
| HSL | 18.71º | 1% | 0.36% | - |
| HSV(B) | 18.71º | 1% | 0.73% | - |
| XYZ | 21.76 | 13.47 | 1.45 | - |
| YUV | 89.66 | 77.41 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 0 | 0 | 0.69 | 1 | 0.27 | 18.71 | 1 | 0.36 |
| Hex | BA | 3A | 0 | 0 | 45 | 64 | 1B | 13 | 64 | 24 |
| Octal | 272 | 72 | 0 | 0 | 105 | 144 | 33 | 23 | 144 | 44 |
| Binary | 10111010 | 111010 | 0 | 0 | 1000101 | 1100100 | 11011 | 10011 | 1100100 | 100100 |
Color Harmonies of #BA3A00
Complementary color
Monochromatic Colors of #BA3A00
Black with #BA3A00
Text Example
Text Example
White with #BA3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A00; }
p { color: rgb(186,58,0); }
H1.HeaderClassName
{
color: #BA3A00;
}
.AnyTagClassName
{
color: #BA3A00;
}
</style>
background-color css
<style>
a { background-color: #BA3A00; }
a { background-color: rgb(186,58,0); }
div.DivClassName
{
background-color: #BA3A00;
}
.BgClassName
{
background-color: #BA3A00;
}
</style>
border-color css
<style>
span { border-color: #BA3A00; }
span { border-color: rgb(186,58,0); }
td.TdClassName
{
border-color: #BA3A00;
}
.TagClassName
{
border-color: #BA3A00;
}
</style>