Shades of Brick Red #BA293D
Tints of Brick Red #BA293D
RGB
CMYK
RGB Variations
Color information
#BA293D (or 0xBA293D) is known color: Brick Red. HEX triplet: BA, 29 and 3D. RGB value is (186,41,61). Sum of RGB (Red+Green+Blue) = 186+41+61=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293D is #45D6C2. Grayscale: #565656. Windows color (decimal): -4576963 or 4008378. OLE color: 4008378.
HSL color Cylindrical-coordinate representation of color #BA293D: hue angle of 351.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA293D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 61 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.27 |
| HSL | 351.72º | 0.64% | 0.45% | - |
| HSV(B) | 351.72º | 0.78% | 0.73% | - |
| XYZ | 21.88 | 12.36 | 5.65 | - |
| YUV | 86.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 61 | 0 | 0.78 | 0.67 | 0.27 | 351.72 | 0.64 | 0.45 |
| Hex | BA | 29 | 3D | 0 | 4E | 43 | 1B | 160 | 40 | 2D |
| Octal | 272 | 51 | 75 | 0 | 116 | 103 | 33 | 540 | 100 | 55 |
| Binary | 10111010 | 101001 | 111101 | 0 | 1001110 | 1000011 | 11011 | 101100000 | 1000000 | 101101 |
Color Harmonies of #BA293D
Complementary color
Monochromatic Colors of #BA293D
Black with #BA293D
Text Example
Text Example
White with #BA293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA293D; }
p { color: rgb(186,41,61); }
H1.HeaderClassName
{
color: #BA293D;
}
.AnyTagClassName
{
color: #BA293D;
}
</style>
background-color css
<style>
a { background-color: #BA293D; }
a { background-color: rgb(186,41,61); }
div.DivClassName
{
background-color: #BA293D;
}
.BgClassName
{
background-color: #BA293D;
}
</style>
border-color css
<style>
span { border-color: #BA293D; }
span { border-color: rgb(186,41,61); }
td.TdClassName
{
border-color: #BA293D;
}
.TagClassName
{
border-color: #BA293D;
}
</style>