Shades of Brick Red #BA2939
Tints of Brick Red #BA2939
RGB
CMYK
RGB Variations
Color information
#BA2939 (or 0xBA2939) is known color: Brick Red. HEX triplet: BA, 29 and 39. RGB value is (186,41,57). Sum of RGB (Red+Green+Blue) = 186+41+57=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2939 is #45D6C6. Grayscale: #565656. Windows color (decimal): -4576967 or 3746234. OLE color: 3746234.
HSL color Cylindrical-coordinate representation of color #BA2939: hue angle of 353.38º 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 #BA2939 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 57 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.27 |
| HSL | 353.38º | 0.64% | 0.45% | - |
| HSV(B) | 353.38º | 0.78% | 0.73% | - |
| XYZ | 21.78 | 12.32 | 5.1 | - |
| YUV | 86.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 57 | 0 | 0.78 | 0.69 | 0.27 | 353.38 | 0.64 | 0.45 |
| Hex | BA | 29 | 39 | 0 | 4E | 45 | 1B | 161 | 40 | 2D |
| Octal | 272 | 51 | 71 | 0 | 116 | 105 | 33 | 541 | 100 | 55 |
| Binary | 10111010 | 101001 | 111001 | 0 | 1001110 | 1000101 | 11011 | 101100001 | 1000000 | 101101 |
Color Harmonies of #BA2939
Complementary color
Monochromatic Colors of #BA2939
Black with #BA2939
Text Example
Text Example
White with #BA2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2939; }
p { color: rgb(186,41,57); }
H1.HeaderClassName
{
color: #BA2939;
}
.AnyTagClassName
{
color: #BA2939;
}
</style>
background-color css
<style>
a { background-color: #BA2939; }
a { background-color: rgb(186,41,57); }
div.DivClassName
{
background-color: #BA2939;
}
.BgClassName
{
background-color: #BA2939;
}
</style>
border-color css
<style>
span { border-color: #BA2939; }
span { border-color: rgb(186,41,57); }
td.TdClassName
{
border-color: #BA2939;
}
.TagClassName
{
border-color: #BA2939;
}
</style>