Shades of Brick Red #BA2D42
Tints of Brick Red #BA2D42
RGB
CMYK
RGB Variations
Color information
#BA2D42 (or 0xBA2D42) is known color: Brick Red. HEX triplet: BA, 2D and 42. RGB value is (186,45,66). Sum of RGB (Red+Green+Blue) = 186+45+66=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D42 is #45D2BD. Grayscale: #595959. Windows color (decimal): -4575934 or 4337082. OLE color: 4337082.
HSL color Cylindrical-coordinate representation of color #BA2D42: hue angle of 351.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D42 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 66 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.27 |
| HSL | 351.06º | 0.61% | 0.45% | - |
| HSV(B) | 351.06º | 0.76% | 0.73% | - |
| XYZ | 22.17 | 12.71 | 6.44 | - |
| YUV | 89.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 66 | 0 | 0.76 | 0.65 | 0.27 | 351.06 | 0.61 | 0.45 |
| Hex | BA | 2D | 42 | 0 | 4C | 41 | 1B | 15F | 3D | 2D |
| Octal | 272 | 55 | 102 | 0 | 114 | 101 | 33 | 537 | 75 | 55 |
| Binary | 10111010 | 101101 | 1000010 | 0 | 1001100 | 1000001 | 11011 | 101011111 | 111101 | 101101 |
Color Harmonies of #BA2D42
Complementary color
Monochromatic Colors of #BA2D42
Black with #BA2D42
Text Example
Text Example
White with #BA2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D42; }
p { color: rgb(186,45,66); }
H1.HeaderClassName
{
color: #BA2D42;
}
.AnyTagClassName
{
color: #BA2D42;
}
</style>
background-color css
<style>
a { background-color: #BA2D42; }
a { background-color: rgb(186,45,66); }
div.DivClassName
{
background-color: #BA2D42;
}
.BgClassName
{
background-color: #BA2D42;
}
</style>
border-color css
<style>
span { border-color: #BA2D42; }
span { border-color: rgb(186,45,66); }
td.TdClassName
{
border-color: #BA2D42;
}
.TagClassName
{
border-color: #BA2D42;
}
</style>