Shades of Brick Red #BA2C40
Tints of Brick Red #BA2C40
RGB
CMYK
RGB Variations
Color information
#BA2C40 (or 0xBA2C40) is known color: Brick Red. HEX triplet: BA, 2C and 40. RGB value is (186,44,64). Sum of RGB (Red+Green+Blue) = 186+44+64=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C40 is #45D3BF. Grayscale: #585858. Windows color (decimal): -4576192 or 4205754. OLE color: 4205754.
HSL color Cylindrical-coordinate representation of color #BA2C40: hue angle of 351.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 64 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.27 |
| HSL | 351.55º | 0.62% | 0.45% | - |
| HSV(B) | 351.55º | 0.76% | 0.73% | - |
| XYZ | 22.08 | 12.61 | 6.12 | - |
| YUV | 88.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 64 | 0 | 0.76 | 0.66 | 0.27 | 351.55 | 0.62 | 0.45 |
| Hex | BA | 2C | 40 | 0 | 4C | 42 | 1B | 160 | 3E | 2D |
| Octal | 272 | 54 | 100 | 0 | 114 | 102 | 33 | 540 | 76 | 55 |
| Binary | 10111010 | 101100 | 1000000 | 0 | 1001100 | 1000010 | 11011 | 101100000 | 111110 | 101101 |
Color Harmonies of #BA2C40
Complementary color
Monochromatic Colors of #BA2C40
Black with #BA2C40
Text Example
Text Example
White with #BA2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C40; }
p { color: rgb(186,44,64); }
H1.HeaderClassName
{
color: #BA2C40;
}
.AnyTagClassName
{
color: #BA2C40;
}
</style>
background-color css
<style>
a { background-color: #BA2C40; }
a { background-color: rgb(186,44,64); }
div.DivClassName
{
background-color: #BA2C40;
}
.BgClassName
{
background-color: #BA2C40;
}
</style>
border-color css
<style>
span { border-color: #BA2C40; }
span { border-color: rgb(186,44,64); }
td.TdClassName
{
border-color: #BA2C40;
}
.TagClassName
{
border-color: #BA2C40;
}
</style>