Shades of Brick Red #BA2E41
Tints of Brick Red #BA2E41
RGB
CMYK
RGB Variations
Color information
#BA2E41 (or 0xBA2E41) is known color: Brick Red. HEX triplet: BA, 2E and 41. RGB value is (186,46,65). Sum of RGB (Red+Green+Blue) = 186+46+65=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E41 is #45D1BE. Grayscale: #5A5A5A. Windows color (decimal): -4575679 or 4271802. OLE color: 4271802.
HSL color Cylindrical-coordinate representation of color #BA2E41: hue angle of 351.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E41 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 65 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.27 |
| HSL | 351.86º | 0.6% | 0.45% | - |
| HSV(B) | 351.86º | 0.75% | 0.73% | - |
| XYZ | 22.18 | 12.77 | 6.3 | - |
| YUV | 90.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 65 | 0 | 0.75 | 0.65 | 0.27 | 351.86 | 0.6 | 0.45 |
| Hex | BA | 2E | 41 | 0 | 4B | 41 | 1B | 160 | 3C | 2D |
| Octal | 272 | 56 | 101 | 0 | 113 | 101 | 33 | 540 | 74 | 55 |
| Binary | 10111010 | 101110 | 1000001 | 0 | 1001011 | 1000001 | 11011 | 101100000 | 111100 | 101101 |
Color Harmonies of #BA2E41
Complementary color
Monochromatic Colors of #BA2E41
Black with #BA2E41
Text Example
Text Example
White with #BA2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E41; }
p { color: rgb(186,46,65); }
H1.HeaderClassName
{
color: #BA2E41;
}
.AnyTagClassName
{
color: #BA2E41;
}
</style>
background-color css
<style>
a { background-color: #BA2E41; }
a { background-color: rgb(186,46,65); }
div.DivClassName
{
background-color: #BA2E41;
}
.BgClassName
{
background-color: #BA2E41;
}
</style>
border-color css
<style>
span { border-color: #BA2E41; }
span { border-color: rgb(186,46,65); }
td.TdClassName
{
border-color: #BA2E41;
}
.TagClassName
{
border-color: #BA2E41;
}
</style>