Shades of Brick Red #BA2641
Tints of Brick Red #BA2641
RGB
CMYK
RGB Variations
Color information
#BA2641 (or 0xBA2641) is known color: Brick Red. HEX triplet: BA, 26 and 41. RGB value is (186,38,65). Sum of RGB (Red+Green+Blue) = 186+38+65=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2641 is #45D9BE. Grayscale: #555555. Windows color (decimal): -4577727 or 4269754. OLE color: 4269754.
HSL color Cylindrical-coordinate representation of color #BA2641: hue angle of 349.05º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2641 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 65 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.27 |
| HSL | 349.05º | 0.66% | 0.44% | - |
| HSV(B) | 349.05º | 0.8% | 0.73% | - |
| XYZ | 21.9 | 12.21 | 6.2 | - |
| YUV | 85.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 65 | 0 | 0.80 | 0.65 | 0.27 | 349.05 | 0.66 | 0.44 |
| Hex | BA | 26 | 41 | 0 | 50 | 41 | 1B | 15D | 42 | 2C |
| Octal | 272 | 46 | 101 | 0 | 120 | 101 | 33 | 535 | 102 | 54 |
| Binary | 10111010 | 100110 | 1000001 | 0 | 1010000 | 1000001 | 11011 | 101011101 | 1000010 | 101100 |
Color Harmonies of #BA2641
Complementary color
Monochromatic Colors of #BA2641
Black with #BA2641
Text Example
Text Example
White with #BA2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2641; }
p { color: rgb(186,38,65); }
H1.HeaderClassName
{
color: #BA2641;
}
.AnyTagClassName
{
color: #BA2641;
}
</style>
background-color css
<style>
a { background-color: #BA2641; }
a { background-color: rgb(186,38,65); }
div.DivClassName
{
background-color: #BA2641;
}
.BgClassName
{
background-color: #BA2641;
}
</style>
border-color css
<style>
span { border-color: #BA2641; }
span { border-color: rgb(186,38,65); }
td.TdClassName
{
border-color: #BA2641;
}
.TagClassName
{
border-color: #BA2641;
}
</style>