Shades of Brick Red #BA323E
Tints of Brick Red #BA323E
RGB
CMYK
RGB Variations
Color information
#BA323E (or 0xBA323E) is known color: Brick Red. HEX triplet: BA, 32 and 3E. RGB value is (186,50,62). Sum of RGB (Red+Green+Blue) = 186+50+62=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323E is #45CDC1. Grayscale: #5C5C5C. Windows color (decimal): -4574658 or 4076218. OLE color: 4076218.
HSL color Cylindrical-coordinate representation of color #BA323E: hue angle of 354.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA323E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 62 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 354.71º | 0.58% | 0.46% | - |
| HSV(B) | 354.71º | 0.73% | 0.73% | - |
| XYZ | 22.26 | 13.07 | 5.91 | - |
| YUV | 92.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 62 | 0 | 0.73 | 0.67 | 0.27 | 354.71 | 0.58 | 0.46 |
| Hex | BA | 32 | 3E | 0 | 49 | 43 | 1B | 163 | 3A | 2E |
| Octal | 272 | 62 | 76 | 0 | 111 | 103 | 33 | 543 | 72 | 56 |
| Binary | 10111010 | 110010 | 111110 | 0 | 1001001 | 1000011 | 11011 | 101100011 | 111010 | 101110 |
Color Harmonies of #BA323E
Complementary color
Monochromatic Colors of #BA323E
Black with #BA323E
Text Example
Text Example
White with #BA323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA323E; }
p { color: rgb(186,50,62); }
H1.HeaderClassName
{
color: #BA323E;
}
.AnyTagClassName
{
color: #BA323E;
}
</style>
background-color css
<style>
a { background-color: #BA323E; }
a { background-color: rgb(186,50,62); }
div.DivClassName
{
background-color: #BA323E;
}
.BgClassName
{
background-color: #BA323E;
}
</style>
border-color css
<style>
span { border-color: #BA323E; }
span { border-color: rgb(186,50,62); }
td.TdClassName
{
border-color: #BA323E;
}
.TagClassName
{
border-color: #BA323E;
}
</style>