Shades of Brick Red #BA3A40
Tints of Brick Red #BA3A40
RGB
CMYK
RGB Variations
Color information
#BA3A40 (or 0xBA3A40) is known color: Brick Red. HEX triplet: BA, 3A and 40. RGB value is (186,58,64). Sum of RGB (Red+Green+Blue) = 186+58+64=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A40 is #45C5BF. Grayscale: #616161. Windows color (decimal): -4572608 or 4209338. OLE color: 4209338.
HSL color Cylindrical-coordinate representation of color #BA3A40: hue angle of 357.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A40 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 64 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.27 |
| HSL | 357.19º | 0.52% | 0.48% | - |
| HSV(B) | 357.19º | 0.69% | 0.73% | - |
| XYZ | 22.69 | 13.84 | 6.33 | - |
| YUV | 96.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 64 | 0 | 0.69 | 0.66 | 0.27 | 357.19 | 0.52 | 0.48 |
| Hex | BA | 3A | 40 | 0 | 45 | 42 | 1B | 165 | 34 | 30 |
| Octal | 272 | 72 | 100 | 0 | 105 | 102 | 33 | 545 | 64 | 60 |
| Binary | 10111010 | 111010 | 1000000 | 0 | 1000101 | 1000010 | 11011 | 101100101 | 110100 | 110000 |
Color Harmonies of #BA3A40
Complementary color
Monochromatic Colors of #BA3A40
Black with #BA3A40
Text Example
Text Example
White with #BA3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A40; }
p { color: rgb(186,58,64); }
H1.HeaderClassName
{
color: #BA3A40;
}
.AnyTagClassName
{
color: #BA3A40;
}
</style>
background-color css
<style>
a { background-color: #BA3A40; }
a { background-color: rgb(186,58,64); }
div.DivClassName
{
background-color: #BA3A40;
}
.BgClassName
{
background-color: #BA3A40;
}
</style>
border-color css
<style>
span { border-color: #BA3A40; }
span { border-color: rgb(186,58,64); }
td.TdClassName
{
border-color: #BA3A40;
}
.TagClassName
{
border-color: #BA3A40;
}
</style>