Shades of Brick Red #BA3C45
Tints of Brick Red #BA3C45
RGB
CMYK
RGB Variations
Color information
#BA3C45 (or 0xBA3C45) is known color: Brick Red. HEX triplet: BA, 3C and 45. RGB value is (186,60,69). Sum of RGB (Red+Green+Blue) = 186+60+69=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C45 is #45C3BA. Grayscale: #626262. Windows color (decimal): -4572091 or 4537530. OLE color: 4537530.
HSL color Cylindrical-coordinate representation of color #BA3C45: hue angle of 355.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C45 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 69 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.27 |
| HSL | 355.71º | 0.51% | 0.48% | - |
| HSV(B) | 355.71º | 0.68% | 0.73% | - |
| XYZ | 22.94 | 14.1 | 7.14 | - |
| YUV | 98.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 69 | 0 | 0.68 | 0.63 | 0.27 | 355.71 | 0.51 | 0.48 |
| Hex | BA | 3C | 45 | 0 | 44 | 3F | 1B | 164 | 33 | 30 |
| Octal | 272 | 74 | 105 | 0 | 104 | 77 | 33 | 544 | 63 | 60 |
| Binary | 10111010 | 111100 | 1000101 | 0 | 1000100 | 111111 | 11011 | 101100100 | 110011 | 110000 |
Color Harmonies of #BA3C45
Complementary color
Monochromatic Colors of #BA3C45
Black with #BA3C45
Text Example
Text Example
White with #BA3C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C45; }
p { color: rgb(186,60,69); }
H1.HeaderClassName
{
color: #BA3C45;
}
.AnyTagClassName
{
color: #BA3C45;
}
</style>
background-color css
<style>
a { background-color: #BA3C45; }
a { background-color: rgb(186,60,69); }
div.DivClassName
{
background-color: #BA3C45;
}
.BgClassName
{
background-color: #BA3C45;
}
</style>
border-color css
<style>
span { border-color: #BA3C45; }
span { border-color: rgb(186,60,69); }
td.TdClassName
{
border-color: #BA3C45;
}
.TagClassName
{
border-color: #BA3C45;
}
</style>