Shades of Brick Red #BA2D39
Tints of Brick Red #BA2D39
RGB
CMYK
RGB Variations
Color information
#BA2D39 (or 0xBA2D39) is known color: Brick Red. HEX triplet: BA, 2D and 39. RGB value is (186,45,57). Sum of RGB (Red+Green+Blue) = 186+45+57=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D39 is #45D2C6. Grayscale: #585858. Windows color (decimal): -4575943 or 3747258. OLE color: 3747258.
HSL color Cylindrical-coordinate representation of color #BA2D39: hue angle of 354.89º 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 #BA2D39 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 57 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.27 |
| HSL | 354.89º | 0.61% | 0.45% | - |
| HSV(B) | 354.89º | 0.76% | 0.73% | - |
| XYZ | 21.93 | 12.61 | 5.15 | - |
| YUV | 88.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 57 | 0 | 0.76 | 0.69 | 0.27 | 354.89 | 0.61 | 0.45 |
| Hex | BA | 2D | 39 | 0 | 4C | 45 | 1B | 163 | 3D | 2D |
| Octal | 272 | 55 | 71 | 0 | 114 | 105 | 33 | 543 | 75 | 55 |
| Binary | 10111010 | 101101 | 111001 | 0 | 1001100 | 1000101 | 11011 | 101100011 | 111101 | 101101 |
Color Harmonies of #BA2D39
Complementary color
Monochromatic Colors of #BA2D39
Black with #BA2D39
Text Example
Text Example
White with #BA2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D39; }
p { color: rgb(186,45,57); }
H1.HeaderClassName
{
color: #BA2D39;
}
.AnyTagClassName
{
color: #BA2D39;
}
</style>
background-color css
<style>
a { background-color: #BA2D39; }
a { background-color: rgb(186,45,57); }
div.DivClassName
{
background-color: #BA2D39;
}
.BgClassName
{
background-color: #BA2D39;
}
</style>
border-color css
<style>
span { border-color: #BA2D39; }
span { border-color: rgb(186,45,57); }
td.TdClassName
{
border-color: #BA2D39;
}
.TagClassName
{
border-color: #BA2D39;
}
</style>