Shades of Brick Red #BA3139
Tints of Brick Red #BA3139
RGB
CMYK
RGB Variations
Color information
#BA3139 (or 0xBA3139) is known color: Brick Red. HEX triplet: BA, 31 and 39. RGB value is (186,49,57). Sum of RGB (Red+Green+Blue) = 186+49+57=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3139 is #45CEC6. Grayscale: #5A5A5A. Windows color (decimal): -4574919 or 3748282. OLE color: 3748282.
HSL color Cylindrical-coordinate representation of color #BA3139: hue angle of 356.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3139 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 57 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.27 |
| HSL | 356.5º | 0.58% | 0.46% | - |
| HSV(B) | 356.5º | 0.74% | 0.73% | - |
| XYZ | 22.09 | 12.93 | 5.2 | - |
| YUV | 90.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 57 | 0 | 0.74 | 0.69 | 0.27 | 356.5 | 0.58 | 0.46 |
| Hex | BA | 31 | 39 | 0 | 4A | 45 | 1B | 164 | 3A | 2E |
| Octal | 272 | 61 | 71 | 0 | 112 | 105 | 33 | 544 | 72 | 56 |
| Binary | 10111010 | 110001 | 111001 | 0 | 1001010 | 1000101 | 11011 | 101100100 | 111010 | 101110 |
Color Harmonies of #BA3139
Complementary color
Monochromatic Colors of #BA3139
Black with #BA3139
Text Example
Text Example
White with #BA3139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3139; }
p { color: rgb(186,49,57); }
H1.HeaderClassName
{
color: #BA3139;
}
.AnyTagClassName
{
color: #BA3139;
}
</style>
background-color css
<style>
a { background-color: #BA3139; }
a { background-color: rgb(186,49,57); }
div.DivClassName
{
background-color: #BA3139;
}
.BgClassName
{
background-color: #BA3139;
}
</style>
border-color css
<style>
span { border-color: #BA3139; }
span { border-color: rgb(186,49,57); }
td.TdClassName
{
border-color: #BA3139;
}
.TagClassName
{
border-color: #BA3139;
}
</style>