Shades of Brick Red #BA2B40
Tints of Brick Red #BA2B40
RGB
CMYK
RGB Variations
Color information
#BA2B40 (or 0xBA2B40) is known color: Brick Red. HEX triplet: BA, 2B and 40. RGB value is (186,43,64). Sum of RGB (Red+Green+Blue) = 186+43+64=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B40 is #45D4BF. Grayscale: #585858. Windows color (decimal): -4576448 or 4205498. OLE color: 4205498.
HSL color Cylindrical-coordinate representation of color #BA2B40: hue angle of 351.19º degrees, saturation: 0.62, 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 #BA2B40 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 64 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.27 |
| HSL | 351.19º | 0.62% | 0.45% | - |
| HSV(B) | 351.19º | 0.77% | 0.73% | - |
| XYZ | 22.04 | 12.54 | 6.11 | - |
| YUV | 88.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 64 | 0 | 0.77 | 0.66 | 0.27 | 351.19 | 0.62 | 0.45 |
| Hex | BA | 2B | 40 | 0 | 4D | 42 | 1B | 15F | 3E | 2D |
| Octal | 272 | 53 | 100 | 0 | 115 | 102 | 33 | 537 | 76 | 55 |
| Binary | 10111010 | 101011 | 1000000 | 0 | 1001101 | 1000010 | 11011 | 101011111 | 111110 | 101101 |
Color Harmonies of #BA2B40
Complementary color
Monochromatic Colors of #BA2B40
Black with #BA2B40
Text Example
Text Example
White with #BA2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B40; }
p { color: rgb(186,43,64); }
H1.HeaderClassName
{
color: #BA2B40;
}
.AnyTagClassName
{
color: #BA2B40;
}
</style>
background-color css
<style>
a { background-color: #BA2B40; }
a { background-color: rgb(186,43,64); }
div.DivClassName
{
background-color: #BA2B40;
}
.BgClassName
{
background-color: #BA2B40;
}
</style>
border-color css
<style>
span { border-color: #BA2B40; }
span { border-color: rgb(186,43,64); }
td.TdClassName
{
border-color: #BA2B40;
}
.TagClassName
{
border-color: #BA2B40;
}
</style>