Shades of Brick Red #BA2E3F
Tints of Brick Red #BA2E3F
RGB
CMYK
RGB Variations
Color information
#BA2E3F (or 0xBA2E3F) is known color: Brick Red. HEX triplet: BA, 2E and 3F. RGB value is (186,46,63). Sum of RGB (Red+Green+Blue) = 186+46+63=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E3F is #45D1C0. Grayscale: #595959. Windows color (decimal): -4575681 or 4140730. OLE color: 4140730.
HSL color Cylindrical-coordinate representation of color #BA2E3F: hue angle of 352.71º 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 #BA2E3F is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 63 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.27 |
| HSL | 352.71º | 0.6% | 0.45% | - |
| HSV(B) | 352.71º | 0.75% | 0.73% | - |
| XYZ | 22.12 | 12.75 | 6 | - |
| YUV | 89.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 63 | 0 | 0.75 | 0.66 | 0.27 | 352.71 | 0.6 | 0.45 |
| Hex | BA | 2E | 3F | 0 | 4B | 42 | 1B | 161 | 3C | 2D |
| Octal | 272 | 56 | 77 | 0 | 113 | 102 | 33 | 541 | 74 | 55 |
| Binary | 10111010 | 101110 | 111111 | 0 | 1001011 | 1000010 | 11011 | 101100001 | 111100 | 101101 |
Color Harmonies of #BA2E3F
Complementary color
Monochromatic Colors of #BA2E3F
Black with #BA2E3F
Text Example
Text Example
White with #BA2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E3F; }
p { color: rgb(186,46,63); }
H1.HeaderClassName
{
color: #BA2E3F;
}
.AnyTagClassName
{
color: #BA2E3F;
}
</style>
background-color css
<style>
a { background-color: #BA2E3F; }
a { background-color: rgb(186,46,63); }
div.DivClassName
{
background-color: #BA2E3F;
}
.BgClassName
{
background-color: #BA2E3F;
}
</style>
border-color css
<style>
span { border-color: #BA2E3F; }
span { border-color: rgb(186,46,63); }
td.TdClassName
{
border-color: #BA2E3F;
}
.TagClassName
{
border-color: #BA2E3F;
}
</style>