Shades of Brick Red #BA2B41
Tints of Brick Red #BA2B41
RGB
CMYK
RGB Variations
Color information
#BA2B41 (or 0xBA2B41) is known color: Brick Red. HEX triplet: BA, 2B and 41. RGB value is (186,43,65). Sum of RGB (Red+Green+Blue) = 186+43+65=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B41 is #45D4BE. Grayscale: #585858. Windows color (decimal): -4576447 or 4271034. OLE color: 4271034.
HSL color Cylindrical-coordinate representation of color #BA2B41: hue angle of 350.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B41 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 65 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.27 |
| HSL | 350.77º | 0.62% | 0.45% | - |
| HSV(B) | 350.77º | 0.77% | 0.73% | - |
| XYZ | 22.07 | 12.55 | 6.26 | - |
| YUV | 88.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 65 | 0 | 0.77 | 0.65 | 0.27 | 350.77 | 0.62 | 0.45 |
| Hex | BA | 2B | 41 | 0 | 4D | 41 | 1B | 15F | 3E | 2D |
| Octal | 272 | 53 | 101 | 0 | 115 | 101 | 33 | 537 | 76 | 55 |
| Binary | 10111010 | 101011 | 1000001 | 0 | 1001101 | 1000001 | 11011 | 101011111 | 111110 | 101101 |
Color Harmonies of #BA2B41
Complementary color
Monochromatic Colors of #BA2B41
Black with #BA2B41
Text Example
Text Example
White with #BA2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B41; }
p { color: rgb(186,43,65); }
H1.HeaderClassName
{
color: #BA2B41;
}
.AnyTagClassName
{
color: #BA2B41;
}
</style>
background-color css
<style>
a { background-color: #BA2B41; }
a { background-color: rgb(186,43,65); }
div.DivClassName
{
background-color: #BA2B41;
}
.BgClassName
{
background-color: #BA2B41;
}
</style>
border-color css
<style>
span { border-color: #BA2B41; }
span { border-color: rgb(186,43,65); }
td.TdClassName
{
border-color: #BA2B41;
}
.TagClassName
{
border-color: #BA2B41;
}
</style>