Shades of Brick Red #BA2D3E
Tints of Brick Red #BA2D3E
RGB
CMYK
RGB Variations
Color information
#BA2D3E (or 0xBA2D3E) is known color: Brick Red. HEX triplet: BA, 2D and 3E. RGB value is (186,45,62). Sum of RGB (Red+Green+Blue) = 186+45+62=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3E is #45D2C1. Grayscale: #595959. Windows color (decimal): -4575938 or 4074938. OLE color: 4074938.
HSL color Cylindrical-coordinate representation of color #BA2D3E: hue angle of 352.77º 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 #BA2D3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.27 |
| HSL | 352.77º | 0.61% | 0.45% | - |
| HSV(B) | 352.77º | 0.76% | 0.73% | - |
| XYZ | 22.06 | 12.66 | 5.84 | - |
| YUV | 89.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 62 | 0 | 0.76 | 0.67 | 0.27 | 352.77 | 0.61 | 0.45 |
| Hex | BA | 2D | 3E | 0 | 4C | 43 | 1B | 161 | 3D | 2D |
| Octal | 272 | 55 | 76 | 0 | 114 | 103 | 33 | 541 | 75 | 55 |
| Binary | 10111010 | 101101 | 111110 | 0 | 1001100 | 1000011 | 11011 | 101100001 | 111101 | 101101 |
Color Harmonies of #BA2D3E
Complementary color
Monochromatic Colors of #BA2D3E
Black with #BA2D3E
Text Example
Text Example
White with #BA2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D3E; }
p { color: rgb(186,45,62); }
H1.HeaderClassName
{
color: #BA2D3E;
}
.AnyTagClassName
{
color: #BA2D3E;
}
</style>
background-color css
<style>
a { background-color: #BA2D3E; }
a { background-color: rgb(186,45,62); }
div.DivClassName
{
background-color: #BA2D3E;
}
.BgClassName
{
background-color: #BA2D3E;
}
</style>
border-color css
<style>
span { border-color: #BA2D3E; }
span { border-color: rgb(186,45,62); }
td.TdClassName
{
border-color: #BA2D3E;
}
.TagClassName
{
border-color: #BA2D3E;
}
</style>