Shades of Brick Red #BA293B
Tints of Brick Red #BA293B
RGB
CMYK
RGB Variations
Color information
#BA293B (or 0xBA293B) is known color: Brick Red. HEX triplet: BA, 29 and 3B. RGB value is (186,41,59). Sum of RGB (Red+Green+Blue) = 186+41+59=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293B is #45D6C4. Grayscale: #565656. Windows color (decimal): -4576965 or 3877306. OLE color: 3877306.
HSL color Cylindrical-coordinate representation of color #BA293B: hue angle of 352.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA293B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 59 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.27 |
| HSL | 352.55º | 0.64% | 0.45% | - |
| HSV(B) | 352.55º | 0.78% | 0.73% | - |
| XYZ | 21.83 | 12.34 | 5.37 | - |
| YUV | 86.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 59 | 0 | 0.78 | 0.68 | 0.27 | 352.55 | 0.64 | 0.45 |
| Hex | BA | 29 | 3B | 0 | 4E | 44 | 1B | 161 | 40 | 2D |
| Octal | 272 | 51 | 73 | 0 | 116 | 104 | 33 | 541 | 100 | 55 |
| Binary | 10111010 | 101001 | 111011 | 0 | 1001110 | 1000100 | 11011 | 101100001 | 1000000 | 101101 |
Color Harmonies of #BA293B
Complementary color
Monochromatic Colors of #BA293B
Black with #BA293B
Text Example
Text Example
White with #BA293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA293B; }
p { color: rgb(186,41,59); }
H1.HeaderClassName
{
color: #BA293B;
}
.AnyTagClassName
{
color: #BA293B;
}
</style>
background-color css
<style>
a { background-color: #BA293B; }
a { background-color: rgb(186,41,59); }
div.DivClassName
{
background-color: #BA293B;
}
.BgClassName
{
background-color: #BA293B;
}
</style>
border-color css
<style>
span { border-color: #BA293B; }
span { border-color: rgb(186,41,59); }
td.TdClassName
{
border-color: #BA293B;
}
.TagClassName
{
border-color: #BA293B;
}
</style>