Shades of Brick Red #BA2A40
Tints of Brick Red #BA2A40
RGB
CMYK
RGB Variations
Color information
#BA2A40 (or 0xBA2A40) is known color: Brick Red. HEX triplet: BA, 2A and 40. RGB value is (186,42,64). Sum of RGB (Red+Green+Blue) = 186+42+64=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A40 is #45D5BF. Grayscale: #575757. Windows color (decimal): -4576704 or 4205242. OLE color: 4205242.
HSL color Cylindrical-coordinate representation of color #BA2A40: hue angle of 350.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A40 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 64 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.27 |
| HSL | 350.83º | 0.63% | 0.45% | - |
| HSV(B) | 350.83º | 0.77% | 0.73% | - |
| XYZ | 22 | 12.47 | 6.1 | - |
| YUV | 87.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 64 | 0 | 0.77 | 0.66 | 0.27 | 350.83 | 0.63 | 0.45 |
| Hex | BA | 2A | 40 | 0 | 4D | 42 | 1B | 15F | 3F | 2D |
| Octal | 272 | 52 | 100 | 0 | 115 | 102 | 33 | 537 | 77 | 55 |
| Binary | 10111010 | 101010 | 1000000 | 0 | 1001101 | 1000010 | 11011 | 101011111 | 111111 | 101101 |
Color Harmonies of #BA2A40
Complementary color
Monochromatic Colors of #BA2A40
Black with #BA2A40
Text Example
Text Example
White with #BA2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A40; }
p { color: rgb(186,42,64); }
H1.HeaderClassName
{
color: #BA2A40;
}
.AnyTagClassName
{
color: #BA2A40;
}
</style>
background-color css
<style>
a { background-color: #BA2A40; }
a { background-color: rgb(186,42,64); }
div.DivClassName
{
background-color: #BA2A40;
}
.BgClassName
{
background-color: #BA2A40;
}
</style>
border-color css
<style>
span { border-color: #BA2A40; }
span { border-color: rgb(186,42,64); }
td.TdClassName
{
border-color: #BA2A40;
}
.TagClassName
{
border-color: #BA2A40;
}
</style>