Shades of Brick Red #BA2D41
Tints of Brick Red #BA2D41
RGB
CMYK
RGB Variations
Color information
#BA2D41 (or 0xBA2D41) is known color: Brick Red. HEX triplet: BA, 2D and 41. RGB value is (186,45,65). Sum of RGB (Red+Green+Blue) = 186+45+65=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D41 is #45D2BE. Grayscale: #595959. Windows color (decimal): -4575935 or 4271546. OLE color: 4271546.
HSL color Cylindrical-coordinate representation of color #BA2D41: hue angle of 351.49º degrees, saturation: 0.61, 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 #BA2D41 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 65 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.27 |
| HSL | 351.49º | 0.61% | 0.45% | - |
| HSV(B) | 351.49º | 0.76% | 0.73% | - |
| XYZ | 22.14 | 12.7 | 6.28 | - |
| YUV | 89.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 65 | 0 | 0.76 | 0.65 | 0.27 | 351.49 | 0.61 | 0.45 |
| Hex | BA | 2D | 41 | 0 | 4C | 41 | 1B | 15F | 3D | 2D |
| Octal | 272 | 55 | 101 | 0 | 114 | 101 | 33 | 537 | 75 | 55 |
| Binary | 10111010 | 101101 | 1000001 | 0 | 1001100 | 1000001 | 11011 | 101011111 | 111101 | 101101 |
Color Harmonies of #BA2D41
Complementary color
Monochromatic Colors of #BA2D41
Black with #BA2D41
Text Example
Text Example
White with #BA2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D41; }
p { color: rgb(186,45,65); }
H1.HeaderClassName
{
color: #BA2D41;
}
.AnyTagClassName
{
color: #BA2D41;
}
</style>
background-color css
<style>
a { background-color: #BA2D41; }
a { background-color: rgb(186,45,65); }
div.DivClassName
{
background-color: #BA2D41;
}
.BgClassName
{
background-color: #BA2D41;
}
</style>
border-color css
<style>
span { border-color: #BA2D41; }
span { border-color: rgb(186,45,65); }
td.TdClassName
{
border-color: #BA2D41;
}
.TagClassName
{
border-color: #BA2D41;
}
</style>