Shades of Brick Red #BA323F
Tints of Brick Red #BA323F
RGB
CMYK
RGB Variations
Color information
#BA323F (or 0xBA323F) is known color: Brick Red. HEX triplet: BA, 32 and 3F. RGB value is (186,50,63). Sum of RGB (Red+Green+Blue) = 186+50+63=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323F is #45CDC0. Grayscale: #5C5C5C. Windows color (decimal): -4574657 or 4141754. OLE color: 4141754.
HSL color Cylindrical-coordinate representation of color #BA323F: hue angle of 354.26º 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 #BA323F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 63 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.27 |
| HSL | 354.26º | 0.58% | 0.46% | - |
| HSV(B) | 354.26º | 0.73% | 0.73% | - |
| XYZ | 22.29 | 13.08 | 6.05 | - |
| YUV | 92.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 63 | 0 | 0.73 | 0.66 | 0.27 | 354.26 | 0.58 | 0.46 |
| Hex | BA | 32 | 3F | 0 | 49 | 42 | 1B | 162 | 3A | 2E |
| Octal | 272 | 62 | 77 | 0 | 111 | 102 | 33 | 542 | 72 | 56 |
| Binary | 10111010 | 110010 | 111111 | 0 | 1001001 | 1000010 | 11011 | 101100010 | 111010 | 101110 |
Color Harmonies of #BA323F
Complementary color
Monochromatic Colors of #BA323F
Black with #BA323F
Text Example
Text Example
White with #BA323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA323F; }
p { color: rgb(186,50,63); }
H1.HeaderClassName
{
color: #BA323F;
}
.AnyTagClassName
{
color: #BA323F;
}
</style>
background-color css
<style>
a { background-color: #BA323F; }
a { background-color: rgb(186,50,63); }
div.DivClassName
{
background-color: #BA323F;
}
.BgClassName
{
background-color: #BA323F;
}
</style>
border-color css
<style>
span { border-color: #BA323F; }
span { border-color: rgb(186,50,63); }
td.TdClassName
{
border-color: #BA323F;
}
.TagClassName
{
border-color: #BA323F;
}
</style>