Shades of Brick Red #BA2E40
Tints of Brick Red #BA2E40
RGB
CMYK
RGB Variations
Color information
#BA2E40 (or 0xBA2E40) is known color: Brick Red. HEX triplet: BA, 2E and 40. RGB value is (186,46,64). Sum of RGB (Red+Green+Blue) = 186+46+64=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E40 is #45D1BF. Grayscale: #595959. Windows color (decimal): -4575680 or 4206266. OLE color: 4206266.
HSL color Cylindrical-coordinate representation of color #BA2E40: hue angle of 352.29º 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 #BA2E40 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 64 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.27 |
| HSL | 352.29º | 0.6% | 0.45% | - |
| HSV(B) | 352.29º | 0.75% | 0.73% | - |
| XYZ | 22.15 | 12.76 | 6.15 | - |
| YUV | 89.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 64 | 0 | 0.75 | 0.66 | 0.27 | 352.29 | 0.6 | 0.45 |
| Hex | BA | 2E | 40 | 0 | 4B | 42 | 1B | 160 | 3C | 2D |
| Octal | 272 | 56 | 100 | 0 | 113 | 102 | 33 | 540 | 74 | 55 |
| Binary | 10111010 | 101110 | 1000000 | 0 | 1001011 | 1000010 | 11011 | 101100000 | 111100 | 101101 |
Color Harmonies of #BA2E40
Complementary color
Monochromatic Colors of #BA2E40
Black with #BA2E40
Text Example
Text Example
White with #BA2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E40; }
p { color: rgb(186,46,64); }
H1.HeaderClassName
{
color: #BA2E40;
}
.AnyTagClassName
{
color: #BA2E40;
}
</style>
background-color css
<style>
a { background-color: #BA2E40; }
a { background-color: rgb(186,46,64); }
div.DivClassName
{
background-color: #BA2E40;
}
.BgClassName
{
background-color: #BA2E40;
}
</style>
border-color css
<style>
span { border-color: #BA2E40; }
span { border-color: rgb(186,46,64); }
td.TdClassName
{
border-color: #BA2E40;
}
.TagClassName
{
border-color: #BA2E40;
}
</style>