Shades of Brick Red #BA2E3E
Tints of Brick Red #BA2E3E
RGB
CMYK
RGB Variations
Color information
#BA2E3E (or 0xBA2E3E) is known color: Brick Red. HEX triplet: BA, 2E and 3E. RGB value is (186,46,62). Sum of RGB (Red+Green+Blue) = 186+46+62=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E3E is #45D1C1. Grayscale: #595959. Windows color (decimal): -4575682 or 4075194. OLE color: 4075194.
HSL color Cylindrical-coordinate representation of color #BA2E3E: hue angle of 353.14º 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 #BA2E3E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 46 | 62 | - |
CMYK | 0 | 0.75 | 0.67 | 0.27 |
HSL | 353.14º | 0.6% | 0.45% | - |
HSV(B) | 353.14º | 0.75% | 0.73% | - |
XYZ | 22.1 | 12.74 | 5.85 | - |
YUV | 89.68 | 112.38 | 196.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 46 | 62 | 0 | 0.75 | 0.67 | 0.27 | 353.14 | 0.6 | 0.45 |
Hex | BA | 2E | 3E | 0 | 4B | 43 | 1B | 161 | 3C | 2D |
Octal | 272 | 56 | 76 | 0 | 113 | 103 | 33 | 541 | 74 | 55 |
Binary | 10111010 | 101110 | 111110 | 0 | 1001011 | 1000011 | 11011 | 101100001 | 111100 | 101101 |
Color Harmonies of #BA2E3E
Complementary color
Monochromatic Colors of #BA2E3E
Black with #BA2E3E
Text Example
Text Example
White with #BA2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E3E; }
p { color: rgb(186,46,62); }
H1.HeaderClassName
{
color: #BA2E3E;
}
.AnyTagClassName
{
color: #BA2E3E;
}
</style>
background-color css
<style>
a { background-color: #BA2E3E; }
a { background-color: rgb(186,46,62); }
div.DivClassName
{
background-color: #BA2E3E;
}
.BgClassName
{
background-color: #BA2E3E;
}
</style>
border-color css
<style>
span { border-color: #BA2E3E; }
span { border-color: rgb(186,46,62); }
td.TdClassName
{
border-color: #BA2E3E;
}
.TagClassName
{
border-color: #BA2E3E;
}
</style>