Shades of Brick Red #BA313A
Tints of Brick Red #BA313A
RGB
CMYK
RGB Variations
Color information
#BA313A (or 0xBA313A) is known color: Brick Red. HEX triplet: BA, 31 and 3A. RGB value is (186,49,58). Sum of RGB (Red+Green+Blue) = 186+49+58=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313A is #45CEC5. Grayscale: #5B5B5B. Windows color (decimal): -4574918 or 3813818. OLE color: 3813818.
HSL color Cylindrical-coordinate representation of color #BA313A: hue angle of 356.06º 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 #BA313A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 58 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.27 |
| HSL | 356.06º | 0.58% | 0.46% | - |
| HSV(B) | 356.06º | 0.74% | 0.73% | - |
| XYZ | 22.11 | 12.94 | 5.34 | - |
| YUV | 90.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 58 | 0 | 0.74 | 0.69 | 0.27 | 356.06 | 0.58 | 0.46 |
| Hex | BA | 31 | 3A | 0 | 4A | 45 | 1B | 164 | 3A | 2E |
| Octal | 272 | 61 | 72 | 0 | 112 | 105 | 33 | 544 | 72 | 56 |
| Binary | 10111010 | 110001 | 111010 | 0 | 1001010 | 1000101 | 11011 | 101100100 | 111010 | 101110 |
Color Harmonies of #BA313A
Complementary color
Monochromatic Colors of #BA313A
Black with #BA313A
Text Example
Text Example
White with #BA313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA313A; }
p { color: rgb(186,49,58); }
H1.HeaderClassName
{
color: #BA313A;
}
.AnyTagClassName
{
color: #BA313A;
}
</style>
background-color css
<style>
a { background-color: #BA313A; }
a { background-color: rgb(186,49,58); }
div.DivClassName
{
background-color: #BA313A;
}
.BgClassName
{
background-color: #BA313A;
}
</style>
border-color css
<style>
span { border-color: #BA313A; }
span { border-color: rgb(186,49,58); }
td.TdClassName
{
border-color: #BA313A;
}
.TagClassName
{
border-color: #BA313A;
}
</style>