Shades of Brick Red #BA2E3D
Tints of Brick Red #BA2E3D
RGB
CMYK
RGB Variations
Color information
#BA2E3D (or 0xBA2E3D) is known color: Brick Red. HEX triplet: BA, 2E and 3D. RGB value is (186,46,61). Sum of RGB (Red+Green+Blue) = 186+46+61=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E3D is #45D1C2. Grayscale: #595959. Windows color (decimal): -4575683 or 4009658. OLE color: 4009658.
HSL color Cylindrical-coordinate representation of color #BA2E3D: hue angle of 353.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E3D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 61 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.27 |
| HSL | 353.57º | 0.6% | 0.45% | - |
| HSV(B) | 353.57º | 0.75% | 0.73% | - |
| XYZ | 22.07 | 12.73 | 5.71 | - |
| YUV | 89.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 61 | 0 | 0.75 | 0.67 | 0.27 | 353.57 | 0.6 | 0.45 |
| Hex | BA | 2E | 3D | 0 | 4B | 43 | 1B | 162 | 3C | 2D |
| Octal | 272 | 56 | 75 | 0 | 113 | 103 | 33 | 542 | 74 | 55 |
| Binary | 10111010 | 101110 | 111101 | 0 | 1001011 | 1000011 | 11011 | 101100010 | 111100 | 101101 |
Color Harmonies of #BA2E3D
Complementary color
Monochromatic Colors of #BA2E3D
Black with #BA2E3D
Text Example
Text Example
White with #BA2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E3D; }
p { color: rgb(186,46,61); }
H1.HeaderClassName
{
color: #BA2E3D;
}
.AnyTagClassName
{
color: #BA2E3D;
}
</style>
background-color css
<style>
a { background-color: #BA2E3D; }
a { background-color: rgb(186,46,61); }
div.DivClassName
{
background-color: #BA2E3D;
}
.BgClassName
{
background-color: #BA2E3D;
}
</style>
border-color css
<style>
span { border-color: #BA2E3D; }
span { border-color: rgb(186,46,61); }
td.TdClassName
{
border-color: #BA2E3D;
}
.TagClassName
{
border-color: #BA2E3D;
}
</style>