Shades of Brick Red #BA3A44
Tints of Brick Red #BA3A44
RGB
CMYK
RGB Variations
Color information
#BA3A44 (or 0xBA3A44) is known color: Brick Red. HEX triplet: BA, 3A and 44. RGB value is (186,58,68). Sum of RGB (Red+Green+Blue) = 186+58+68=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A44 is #45C5BB. Grayscale: #616161. Windows color (decimal): -4572604 or 4471482. OLE color: 4471482.
HSL color Cylindrical-coordinate representation of color #BA3A44: hue angle of 355.31º 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 #BA3A44 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 68 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.27 |
| HSL | 355.31º | 0.52% | 0.48% | - |
| HSV(B) | 355.31º | 0.69% | 0.73% | - |
| XYZ | 22.81 | 13.88 | 6.95 | - |
| YUV | 97.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 68 | 0 | 0.69 | 0.63 | 0.27 | 355.31 | 0.52 | 0.48 |
| Hex | BA | 3A | 44 | 0 | 45 | 3F | 1B | 163 | 34 | 30 |
| Octal | 272 | 72 | 104 | 0 | 105 | 77 | 33 | 543 | 64 | 60 |
| Binary | 10111010 | 111010 | 1000100 | 0 | 1000101 | 111111 | 11011 | 101100011 | 110100 | 110000 |
Color Harmonies of #BA3A44
Complementary color
Monochromatic Colors of #BA3A44
Black with #BA3A44
Text Example
Text Example
White with #BA3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A44; }
p { color: rgb(186,58,68); }
H1.HeaderClassName
{
color: #BA3A44;
}
.AnyTagClassName
{
color: #BA3A44;
}
</style>
background-color css
<style>
a { background-color: #BA3A44; }
a { background-color: rgb(186,58,68); }
div.DivClassName
{
background-color: #BA3A44;
}
.BgClassName
{
background-color: #BA3A44;
}
</style>
border-color css
<style>
span { border-color: #BA3A44; }
span { border-color: rgb(186,58,68); }
td.TdClassName
{
border-color: #BA3A44;
}
.TagClassName
{
border-color: #BA3A44;
}
</style>