Shades of Brick Red #BA3943
Tints of Brick Red #BA3943
RGB
CMYK
RGB Variations
Color information
#BA3943 (or 0xBA3943) is known color: Brick Red. HEX triplet: BA, 39 and 43. RGB value is (186,57,67). Sum of RGB (Red+Green+Blue) = 186+57+67=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3943 is #45C6BC. Grayscale: #606060. Windows color (decimal): -4572861 or 4405690. OLE color: 4405690.
HSL color Cylindrical-coordinate representation of color #BA3943: hue angle of 355.35º degrees, saturation: 0.53, 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 #BA3943 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 67 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.27 |
| HSL | 355.35º | 0.53% | 0.48% | - |
| HSV(B) | 355.35º | 0.69% | 0.73% | - |
| XYZ | 22.73 | 13.77 | 6.77 | - |
| YUV | 96.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 67 | 0 | 0.69 | 0.64 | 0.27 | 355.35 | 0.53 | 0.48 |
| Hex | BA | 39 | 43 | 0 | 45 | 40 | 1B | 163 | 35 | 30 |
| Octal | 272 | 71 | 103 | 0 | 105 | 100 | 33 | 543 | 65 | 60 |
| Binary | 10111010 | 111001 | 1000011 | 0 | 1000101 | 1000000 | 11011 | 101100011 | 110101 | 110000 |
Color Harmonies of #BA3943
Complementary color
Monochromatic Colors of #BA3943
Black with #BA3943
Text Example
Text Example
White with #BA3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3943; }
p { color: rgb(186,57,67); }
H1.HeaderClassName
{
color: #BA3943;
}
.AnyTagClassName
{
color: #BA3943;
}
</style>
background-color css
<style>
a { background-color: #BA3943; }
a { background-color: rgb(186,57,67); }
div.DivClassName
{
background-color: #BA3943;
}
.BgClassName
{
background-color: #BA3943;
}
</style>
border-color css
<style>
span { border-color: #BA3943; }
span { border-color: rgb(186,57,67); }
td.TdClassName
{
border-color: #BA3943;
}
.TagClassName
{
border-color: #BA3943;
}
</style>