Shades of Brick Red #BA2E3A
Tints of Brick Red #BA2E3A
RGB
CMYK
RGB Variations
Color information
#BA2E3A (or 0xBA2E3A) is known color: Brick Red. HEX triplet: BA, 2E and 3A. RGB value is (186,46,58). Sum of RGB (Red+Green+Blue) = 186+46+58=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E3A is #45D1C5. Grayscale: #595959. Windows color (decimal): -4575686 or 3813050. OLE color: 3813050.
HSL color Cylindrical-coordinate representation of color #BA2E3A: hue angle of 354.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 #BA2E3A is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 58 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.27 |
| HSL | 354.86º | 0.6% | 0.45% | - |
| HSV(B) | 354.86º | 0.75% | 0.73% | - |
| XYZ | 21.99 | 12.7 | 5.3 | - |
| YUV | 89.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 58 | 0 | 0.75 | 0.69 | 0.27 | 354.86 | 0.6 | 0.45 |
| Hex | BA | 2E | 3A | 0 | 4B | 45 | 1B | 163 | 3C | 2D |
| Octal | 272 | 56 | 72 | 0 | 113 | 105 | 33 | 543 | 74 | 55 |
| Binary | 10111010 | 101110 | 111010 | 0 | 1001011 | 1000101 | 11011 | 101100011 | 111100 | 101101 |
Color Harmonies of #BA2E3A
Complementary color
Monochromatic Colors of #BA2E3A
Black with #BA2E3A
Text Example
Text Example
White with #BA2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E3A; }
p { color: rgb(186,46,58); }
H1.HeaderClassName
{
color: #BA2E3A;
}
.AnyTagClassName
{
color: #BA2E3A;
}
</style>
background-color css
<style>
a { background-color: #BA2E3A; }
a { background-color: rgb(186,46,58); }
div.DivClassName
{
background-color: #BA2E3A;
}
.BgClassName
{
background-color: #BA2E3A;
}
</style>
border-color css
<style>
span { border-color: #BA2E3A; }
span { border-color: rgb(186,46,58); }
td.TdClassName
{
border-color: #BA2E3A;
}
.TagClassName
{
border-color: #BA2E3A;
}
</style>