Shades of Brick Red #BA333A
Tints of Brick Red #BA333A
RGB
CMYK
RGB Variations
Color information
#BA333A (or 0xBA333A) is known color: Brick Red. HEX triplet: BA, 33 and 3A. RGB value is (186,51,58). Sum of RGB (Red+Green+Blue) = 186+51+58=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333A is #45CCC5. Grayscale: #5C5C5C. Windows color (decimal): -4574406 or 3814330. OLE color: 3814330.
HSL color Cylindrical-coordinate representation of color #BA333A: hue angle of 356.89º degrees, saturation: 0.57, 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 #BA333A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 58 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.27 |
| HSL | 356.89º | 0.57% | 0.46% | - |
| HSV(B) | 356.89º | 0.73% | 0.73% | - |
| XYZ | 22.2 | 13.11 | 5.36 | - |
| YUV | 92.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 58 | 0 | 0.73 | 0.69 | 0.27 | 356.89 | 0.57 | 0.46 |
| Hex | BA | 33 | 3A | 0 | 49 | 45 | 1B | 165 | 39 | 2E |
| Octal | 272 | 63 | 72 | 0 | 111 | 105 | 33 | 545 | 71 | 56 |
| Binary | 10111010 | 110011 | 111010 | 0 | 1001001 | 1000101 | 11011 | 101100101 | 111001 | 101110 |
Color Harmonies of #BA333A
Complementary color
Monochromatic Colors of #BA333A
Black with #BA333A
Text Example
Text Example
White with #BA333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA333A; }
p { color: rgb(186,51,58); }
H1.HeaderClassName
{
color: #BA333A;
}
.AnyTagClassName
{
color: #BA333A;
}
</style>
background-color css
<style>
a { background-color: #BA333A; }
a { background-color: rgb(186,51,58); }
div.DivClassName
{
background-color: #BA333A;
}
.BgClassName
{
background-color: #BA333A;
}
</style>
border-color css
<style>
span { border-color: #BA333A; }
span { border-color: rgb(186,51,58); }
td.TdClassName
{
border-color: #BA333A;
}
.TagClassName
{
border-color: #BA333A;
}
</style>