Shades of Rust #BA3A1A
Tints of Rust #BA3A1A
RGB
CMYK
RGB Variations
Color information
#BA3A1A (or 0xBA3A1A) is known color: Rust. HEX triplet: BA, 3A and 1A. RGB value is (186,58,26). Sum of RGB (Red+Green+Blue) = 186+58+26=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A1A is #45C5E5. Grayscale: #5C5C5C. Windows color (decimal): -4572646 or 1718970. OLE color: 1718970.
HSL color Cylindrical-coordinate representation of color #BA3A1A: hue angle of 12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA3A1A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 26 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.27 |
| HSL | 12º | 0.75% | 0.42% | - |
| HSV(B) | 12º | 0.86% | 0.73% | - |
| XYZ | 21.95 | 13.54 | 2.43 | - |
| YUV | 92.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 26 | 0 | 0.69 | 0.86 | 0.27 | 12 | 0.75 | 0.42 |
| Hex | BA | 3A | 1A | 0 | 45 | 56 | 1B | C | 4B | 2A |
| Octal | 272 | 72 | 32 | 0 | 105 | 126 | 33 | 14 | 113 | 52 |
| Binary | 10111010 | 111010 | 11010 | 0 | 1000101 | 1010110 | 11011 | 1100 | 1001011 | 101010 |
Color Harmonies of #BA3A1A
Complementary color
Monochromatic Colors of #BA3A1A
Black with #BA3A1A
Text Example
Text Example
White with #BA3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A1A; }
p { color: rgb(186,58,26); }
H1.HeaderClassName
{
color: #BA3A1A;
}
.AnyTagClassName
{
color: #BA3A1A;
}
</style>
background-color css
<style>
a { background-color: #BA3A1A; }
a { background-color: rgb(186,58,26); }
div.DivClassName
{
background-color: #BA3A1A;
}
.BgClassName
{
background-color: #BA3A1A;
}
</style>
border-color css
<style>
span { border-color: #BA3A1A; }
span { border-color: rgb(186,58,26); }
td.TdClassName
{
border-color: #BA3A1A;
}
.TagClassName
{
border-color: #BA3A1A;
}
</style>