Shades of Brick Red #BA3141
Tints of Brick Red #BA3141
RGB
CMYK
RGB Variations
Color information
#BA3141 (or 0xBA3141) is known color: Brick Red. HEX triplet: BA, 31 and 41. RGB value is (186,49,65). Sum of RGB (Red+Green+Blue) = 186+49+65=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3141 is #45CEBE. Grayscale: #5B5B5B. Windows color (decimal): -4574911 or 4272570. OLE color: 4272570.
HSL color Cylindrical-coordinate representation of color #BA3141: hue angle of 352.99º 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 #BA3141 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 65 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.27 |
| HSL | 352.99º | 0.58% | 0.46% | - |
| HSV(B) | 352.99º | 0.74% | 0.73% | - |
| XYZ | 22.3 | 13.02 | 6.34 | - |
| YUV | 91.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 65 | 0 | 0.74 | 0.65 | 0.27 | 352.99 | 0.58 | 0.46 |
| Hex | BA | 31 | 41 | 0 | 4A | 41 | 1B | 161 | 3A | 2E |
| Octal | 272 | 61 | 101 | 0 | 112 | 101 | 33 | 541 | 72 | 56 |
| Binary | 10111010 | 110001 | 1000001 | 0 | 1001010 | 1000001 | 11011 | 101100001 | 111010 | 101110 |
Color Harmonies of #BA3141
Complementary color
Monochromatic Colors of #BA3141
Black with #BA3141
Text Example
Text Example
White with #BA3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3141; }
p { color: rgb(186,49,65); }
H1.HeaderClassName
{
color: #BA3141;
}
.AnyTagClassName
{
color: #BA3141;
}
</style>
background-color css
<style>
a { background-color: #BA3141; }
a { background-color: rgb(186,49,65); }
div.DivClassName
{
background-color: #BA3141;
}
.BgClassName
{
background-color: #BA3141;
}
</style>
border-color css
<style>
span { border-color: #BA3141; }
span { border-color: rgb(186,49,65); }
td.TdClassName
{
border-color: #BA3141;
}
.TagClassName
{
border-color: #BA3141;
}
</style>