Shades of Brick Red #BA2B3C
Tints of Brick Red #BA2B3C
RGB
CMYK
RGB Variations
Color information
#BA2B3C (or 0xBA2B3C) is known color: Brick Red. HEX triplet: BA, 2B and 3C. RGB value is (186,43,60). Sum of RGB (Red+Green+Blue) = 186+43+60=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B3C is #45D4C3. Grayscale: #575757. Windows color (decimal): -4576452 or 3943354. OLE color: 3943354.
HSL color Cylindrical-coordinate representation of color #BA2B3C: hue angle of 352.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B3C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 60 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.27 |
| HSL | 352.87º | 0.62% | 0.45% | - |
| HSV(B) | 352.87º | 0.77% | 0.73% | - |
| XYZ | 21.93 | 12.49 | 5.53 | - |
| YUV | 87.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 60 | 0 | 0.77 | 0.68 | 0.27 | 352.87 | 0.62 | 0.45 |
| Hex | BA | 2B | 3C | 0 | 4D | 44 | 1B | 161 | 3E | 2D |
| Octal | 272 | 53 | 74 | 0 | 115 | 104 | 33 | 541 | 76 | 55 |
| Binary | 10111010 | 101011 | 111100 | 0 | 1001101 | 1000100 | 11011 | 101100001 | 111110 | 101101 |
Color Harmonies of #BA2B3C
Complementary color
Monochromatic Colors of #BA2B3C
Black with #BA2B3C
Text Example
Text Example
White with #BA2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B3C; }
p { color: rgb(186,43,60); }
H1.HeaderClassName
{
color: #BA2B3C;
}
.AnyTagClassName
{
color: #BA2B3C;
}
</style>
background-color css
<style>
a { background-color: #BA2B3C; }
a { background-color: rgb(186,43,60); }
div.DivClassName
{
background-color: #BA2B3C;
}
.BgClassName
{
background-color: #BA2B3C;
}
</style>
border-color css
<style>
span { border-color: #BA2B3C; }
span { border-color: rgb(186,43,60); }
td.TdClassName
{
border-color: #BA2B3C;
}
.TagClassName
{
border-color: #BA2B3C;
}
</style>