Shades of Brick Red #BA3540
Tints of Brick Red #BA3540
RGB
CMYK
RGB Variations
Color information
#BA3540 (or 0xBA3540) is known color: Brick Red. HEX triplet: BA, 35 and 40. RGB value is (186,53,64). Sum of RGB (Red+Green+Blue) = 186+53+64=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3540 is #45CABF. Grayscale: #5E5E5E. Windows color (decimal): -4573888 or 4208058. OLE color: 4208058.
HSL color Cylindrical-coordinate representation of color #BA3540: hue angle of 355.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3540 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 64 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.27 |
| HSL | 355.04º | 0.56% | 0.47% | - |
| HSV(B) | 355.04º | 0.72% | 0.73% | - |
| XYZ | 22.45 | 13.36 | 6.25 | - |
| YUV | 94.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 64 | 0 | 0.72 | 0.66 | 0.27 | 355.04 | 0.56 | 0.47 |
| Hex | BA | 35 | 40 | 0 | 48 | 42 | 1B | 163 | 38 | 2F |
| Octal | 272 | 65 | 100 | 0 | 110 | 102 | 33 | 543 | 70 | 57 |
| Binary | 10111010 | 110101 | 1000000 | 0 | 1001000 | 1000010 | 11011 | 101100011 | 111000 | 101111 |
Color Harmonies of #BA3540
Complementary color
Monochromatic Colors of #BA3540
Black with #BA3540
Text Example
Text Example
White with #BA3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3540; }
p { color: rgb(186,53,64); }
H1.HeaderClassName
{
color: #BA3540;
}
.AnyTagClassName
{
color: #BA3540;
}
</style>
background-color css
<style>
a { background-color: #BA3540; }
a { background-color: rgb(186,53,64); }
div.DivClassName
{
background-color: #BA3540;
}
.BgClassName
{
background-color: #BA3540;
}
</style>
border-color css
<style>
span { border-color: #BA3540; }
span { border-color: rgb(186,53,64); }
td.TdClassName
{
border-color: #BA3540;
}
.TagClassName
{
border-color: #BA3540;
}
</style>