Shades of Brick Red #BA2941
Tints of Brick Red #BA2941
RGB
CMYK
RGB Variations
Color information
#BA2941 (or 0xBA2941) is known color: Brick Red. HEX triplet: BA, 29 and 41. RGB value is (186,41,65). Sum of RGB (Red+Green+Blue) = 186+41+65=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2941 is #45D6BE. Grayscale: #575757. Windows color (decimal): -4576959 or 4270522. OLE color: 4270522.
HSL color Cylindrical-coordinate representation of color #BA2941: hue angle of 350.07º 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 #BA2941 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 65 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.27 |
| HSL | 350.07º | 0.64% | 0.45% | - |
| HSV(B) | 350.07º | 0.78% | 0.73% | - |
| XYZ | 22 | 12.41 | 6.24 | - |
| YUV | 87.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 65 | 0 | 0.78 | 0.65 | 0.27 | 350.07 | 0.64 | 0.45 |
| Hex | BA | 29 | 41 | 0 | 4E | 41 | 1B | 15E | 40 | 2D |
| Octal | 272 | 51 | 101 | 0 | 116 | 101 | 33 | 536 | 100 | 55 |
| Binary | 10111010 | 101001 | 1000001 | 0 | 1001110 | 1000001 | 11011 | 101011110 | 1000000 | 101101 |
Color Harmonies of #BA2941
Complementary color
Monochromatic Colors of #BA2941
Black with #BA2941
Text Example
Text Example
White with #BA2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2941; }
p { color: rgb(186,41,65); }
H1.HeaderClassName
{
color: #BA2941;
}
.AnyTagClassName
{
color: #BA2941;
}
</style>
background-color css
<style>
a { background-color: #BA2941; }
a { background-color: rgb(186,41,65); }
div.DivClassName
{
background-color: #BA2941;
}
.BgClassName
{
background-color: #BA2941;
}
</style>
border-color css
<style>
span { border-color: #BA2941; }
span { border-color: rgb(186,41,65); }
td.TdClassName
{
border-color: #BA2941;
}
.TagClassName
{
border-color: #BA2941;
}
</style>