Shades of Brick Red #BA2D3C
Tints of Brick Red #BA2D3C
RGB
CMYK
RGB Variations
Color information
#BA2D3C (or 0xBA2D3C) is known color: Brick Red. HEX triplet: BA, 2D and 3C. RGB value is (186,45,60). Sum of RGB (Red+Green+Blue) = 186+45+60=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3C is #45D2C3. Grayscale: #585858. Windows color (decimal): -4575940 or 3943866. OLE color: 3943866.
HSL color Cylindrical-coordinate representation of color #BA2D3C: hue angle of 353.62º 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 #BA2D3C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 60 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.27 |
| HSL | 353.62º | 0.61% | 0.45% | - |
| HSV(B) | 353.62º | 0.76% | 0.73% | - |
| XYZ | 22 | 12.64 | 5.56 | - |
| YUV | 88.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 60 | 0 | 0.76 | 0.68 | 0.27 | 353.62 | 0.61 | 0.45 |
| Hex | BA | 2D | 3C | 0 | 4C | 44 | 1B | 162 | 3D | 2D |
| Octal | 272 | 55 | 74 | 0 | 114 | 104 | 33 | 542 | 75 | 55 |
| Binary | 10111010 | 101101 | 111100 | 0 | 1001100 | 1000100 | 11011 | 101100010 | 111101 | 101101 |
Color Harmonies of #BA2D3C
Complementary color
Monochromatic Colors of #BA2D3C
Black with #BA2D3C
Text Example
Text Example
White with #BA2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D3C; }
p { color: rgb(186,45,60); }
H1.HeaderClassName
{
color: #BA2D3C;
}
.AnyTagClassName
{
color: #BA2D3C;
}
</style>
background-color css
<style>
a { background-color: #BA2D3C; }
a { background-color: rgb(186,45,60); }
div.DivClassName
{
background-color: #BA2D3C;
}
.BgClassName
{
background-color: #BA2D3C;
}
</style>
border-color css
<style>
span { border-color: #BA2D3C; }
span { border-color: rgb(186,45,60); }
td.TdClassName
{
border-color: #BA2D3C;
}
.TagClassName
{
border-color: #BA2D3C;
}
</style>