Shades of Brick Red #BA283C
Tints of Brick Red #BA283C
RGB
CMYK
RGB Variations
Color information
#BA283C (or 0xBA283C) is known color: Brick Red. HEX triplet: BA, 28 and 3C. RGB value is (186,40,60). Sum of RGB (Red+Green+Blue) = 186+40+60=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283C is #45D7C3. Grayscale: #555555. Windows color (decimal): -4577220 or 3942586. OLE color: 3942586.
HSL color Cylindrical-coordinate representation of color #BA283C: hue angle of 351.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA283C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 60 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.27 |
| HSL | 351.78º | 0.65% | 0.44% | - |
| HSV(B) | 351.78º | 0.78% | 0.73% | - |
| XYZ | 21.82 | 12.28 | 5.5 | - |
| YUV | 85.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 60 | 0 | 0.78 | 0.68 | 0.27 | 351.78 | 0.65 | 0.44 |
| Hex | BA | 28 | 3C | 0 | 4E | 44 | 1B | 160 | 41 | 2C |
| Octal | 272 | 50 | 74 | 0 | 116 | 104 | 33 | 540 | 101 | 54 |
| Binary | 10111010 | 101000 | 111100 | 0 | 1001110 | 1000100 | 11011 | 101100000 | 1000001 | 101100 |
Color Harmonies of #BA283C
Complementary color
Monochromatic Colors of #BA283C
Black with #BA283C
Text Example
Text Example
White with #BA283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA283C; }
p { color: rgb(186,40,60); }
H1.HeaderClassName
{
color: #BA283C;
}
.AnyTagClassName
{
color: #BA283C;
}
</style>
background-color css
<style>
a { background-color: #BA283C; }
a { background-color: rgb(186,40,60); }
div.DivClassName
{
background-color: #BA283C;
}
.BgClassName
{
background-color: #BA283C;
}
</style>
border-color css
<style>
span { border-color: #BA283C; }
span { border-color: rgb(186,40,60); }
td.TdClassName
{
border-color: #BA283C;
}
.TagClassName
{
border-color: #BA283C;
}
</style>