Shades of Brick Red #BA313D
Tints of Brick Red #BA313D
RGB
CMYK
RGB Variations
Color information
#BA313D (or 0xBA313D) is known color: Brick Red. HEX triplet: BA, 31 and 3D. RGB value is (186,49,61). Sum of RGB (Red+Green+Blue) = 186+49+61=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313D is #45CEC2. Grayscale: #5B5B5B. Windows color (decimal): -4574915 or 4010426. OLE color: 4010426.
HSL color Cylindrical-coordinate representation of color #BA313D: hue angle of 354.74º 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 #BA313D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 61 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.27 |
| HSL | 354.74º | 0.58% | 0.46% | - |
| HSV(B) | 354.74º | 0.74% | 0.73% | - |
| XYZ | 22.19 | 12.97 | 5.75 | - |
| YUV | 91.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 61 | 0 | 0.74 | 0.67 | 0.27 | 354.74 | 0.58 | 0.46 |
| Hex | BA | 31 | 3D | 0 | 4A | 43 | 1B | 163 | 3A | 2E |
| Octal | 272 | 61 | 75 | 0 | 112 | 103 | 33 | 543 | 72 | 56 |
| Binary | 10111010 | 110001 | 111101 | 0 | 1001010 | 1000011 | 11011 | 101100011 | 111010 | 101110 |
Color Harmonies of #BA313D
Complementary color
Monochromatic Colors of #BA313D
Black with #BA313D
Text Example
Text Example
White with #BA313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA313D; }
p { color: rgb(186,49,61); }
H1.HeaderClassName
{
color: #BA313D;
}
.AnyTagClassName
{
color: #BA313D;
}
</style>
background-color css
<style>
a { background-color: #BA313D; }
a { background-color: rgb(186,49,61); }
div.DivClassName
{
background-color: #BA313D;
}
.BgClassName
{
background-color: #BA313D;
}
</style>
border-color css
<style>
span { border-color: #BA313D; }
span { border-color: rgb(186,49,61); }
td.TdClassName
{
border-color: #BA313D;
}
.TagClassName
{
border-color: #BA313D;
}
</style>