Shades of Brick Red #BA2D3F
Tints of Brick Red #BA2D3F
RGB
CMYK
RGB Variations
Color information
#BA2D3F (or 0xBA2D3F) is known color: Brick Red. HEX triplet: BA, 2D and 3F. RGB value is (186,45,63). Sum of RGB (Red+Green+Blue) = 186+45+63=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3F is #45D2C0. Grayscale: #595959. Windows color (decimal): -4575937 or 4140474. OLE color: 4140474.
HSL color Cylindrical-coordinate representation of color #BA2D3F: hue angle of 352.34º 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 #BA2D3F is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 63 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.27 |
| HSL | 352.34º | 0.61% | 0.45% | - |
| HSV(B) | 352.34º | 0.76% | 0.73% | - |
| XYZ | 22.09 | 12.67 | 5.99 | - |
| YUV | 89.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 63 | 0 | 0.76 | 0.66 | 0.27 | 352.34 | 0.61 | 0.45 |
| Hex | BA | 2D | 3F | 0 | 4C | 42 | 1B | 160 | 3D | 2D |
| Octal | 272 | 55 | 77 | 0 | 114 | 102 | 33 | 540 | 75 | 55 |
| Binary | 10111010 | 101101 | 111111 | 0 | 1001100 | 1000010 | 11011 | 101100000 | 111101 | 101101 |
Color Harmonies of #BA2D3F
Complementary color
Monochromatic Colors of #BA2D3F
Black with #BA2D3F
Text Example
Text Example
White with #BA2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D3F; }
p { color: rgb(186,45,63); }
H1.HeaderClassName
{
color: #BA2D3F;
}
.AnyTagClassName
{
color: #BA2D3F;
}
</style>
background-color css
<style>
a { background-color: #BA2D3F; }
a { background-color: rgb(186,45,63); }
div.DivClassName
{
background-color: #BA2D3F;
}
.BgClassName
{
background-color: #BA2D3F;
}
</style>
border-color css
<style>
span { border-color: #BA2D3F; }
span { border-color: rgb(186,45,63); }
td.TdClassName
{
border-color: #BA2D3F;
}
.TagClassName
{
border-color: #BA2D3F;
}
</style>