Shades of Brick Red #BA2D40
Tints of Brick Red #BA2D40
RGB
CMYK
RGB Variations
Color information
#BA2D40 (or 0xBA2D40) is known color: Brick Red. HEX triplet: BA, 2D and 40. RGB value is (186,45,64). Sum of RGB (Red+Green+Blue) = 186+45+64=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D40 is #45D2BF. Grayscale: #595959. Windows color (decimal): -4575936 or 4206010. OLE color: 4206010.
HSL color Cylindrical-coordinate representation of color #BA2D40: hue angle of 351.91º 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 #BA2D40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 64 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.27 |
| HSL | 351.91º | 0.61% | 0.45% | - |
| HSV(B) | 351.91º | 0.76% | 0.73% | - |
| XYZ | 22.11 | 12.69 | 6.13 | - |
| YUV | 89.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 64 | 0 | 0.76 | 0.66 | 0.27 | 351.91 | 0.61 | 0.45 |
| Hex | BA | 2D | 40 | 0 | 4C | 42 | 1B | 160 | 3D | 2D |
| Octal | 272 | 55 | 100 | 0 | 114 | 102 | 33 | 540 | 75 | 55 |
| Binary | 10111010 | 101101 | 1000000 | 0 | 1001100 | 1000010 | 11011 | 101100000 | 111101 | 101101 |
Color Harmonies of #BA2D40
Complementary color
Monochromatic Colors of #BA2D40
Black with #BA2D40
Text Example
Text Example
White with #BA2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D40; }
p { color: rgb(186,45,64); }
H1.HeaderClassName
{
color: #BA2D40;
}
.AnyTagClassName
{
color: #BA2D40;
}
</style>
background-color css
<style>
a { background-color: #BA2D40; }
a { background-color: rgb(186,45,64); }
div.DivClassName
{
background-color: #BA2D40;
}
.BgClassName
{
background-color: #BA2D40;
}
</style>
border-color css
<style>
span { border-color: #BA2D40; }
span { border-color: rgb(186,45,64); }
td.TdClassName
{
border-color: #BA2D40;
}
.TagClassName
{
border-color: #BA2D40;
}
</style>