Shades of Brick Red #BA2C39
Tints of Brick Red #BA2C39
RGB
CMYK
RGB Variations
Color information
#BA2C39 (or 0xBA2C39) is known color: Brick Red. HEX triplet: BA, 2C and 39. RGB value is (186,44,57). Sum of RGB (Red+Green+Blue) = 186+44+57=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C39 is #45D3C6. Grayscale: #585858. Windows color (decimal): -4576199 or 3747002. OLE color: 3747002.
HSL color Cylindrical-coordinate representation of color #BA2C39: hue angle of 354.51º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C39 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 57 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.27 |
| HSL | 354.51º | 0.62% | 0.45% | - |
| HSV(B) | 354.51º | 0.76% | 0.73% | - |
| XYZ | 21.89 | 12.54 | 5.14 | - |
| YUV | 87.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 57 | 0 | 0.76 | 0.69 | 0.27 | 354.51 | 0.62 | 0.45 |
| Hex | BA | 2C | 39 | 0 | 4C | 45 | 1B | 163 | 3E | 2D |
| Octal | 272 | 54 | 71 | 0 | 114 | 105 | 33 | 543 | 76 | 55 |
| Binary | 10111010 | 101100 | 111001 | 0 | 1001100 | 1000101 | 11011 | 101100011 | 111110 | 101101 |
Color Harmonies of #BA2C39
Complementary color
Monochromatic Colors of #BA2C39
Black with #BA2C39
Text Example
Text Example
White with #BA2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C39; }
p { color: rgb(186,44,57); }
H1.HeaderClassName
{
color: #BA2C39;
}
.AnyTagClassName
{
color: #BA2C39;
}
</style>
background-color css
<style>
a { background-color: #BA2C39; }
a { background-color: rgb(186,44,57); }
div.DivClassName
{
background-color: #BA2C39;
}
.BgClassName
{
background-color: #BA2C39;
}
</style>
border-color css
<style>
span { border-color: #BA2C39; }
span { border-color: rgb(186,44,57); }
td.TdClassName
{
border-color: #BA2C39;
}
.TagClassName
{
border-color: #BA2C39;
}
</style>