Shades of Brick Red #BA2D38
Tints of Brick Red #BA2D38
RGB
CMYK
RGB Variations
Color information
#BA2D38 (or 0xBA2D38) is known color: Brick Red. HEX triplet: BA, 2D and 38. RGB value is (186,45,56). Sum of RGB (Red+Green+Blue) = 186+45+56=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D38 is #45D2C7. Grayscale: #585858. Windows color (decimal): -4575944 or 3681722. OLE color: 3681722.
HSL color Cylindrical-coordinate representation of color #BA2D38: hue angle of 355.32º 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 #BA2D38 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 56 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.27 |
| HSL | 355.32º | 0.61% | 0.45% | - |
| HSV(B) | 355.32º | 0.76% | 0.73% | - |
| XYZ | 21.9 | 12.6 | 5.02 | - |
| YUV | 88.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 56 | 0 | 0.76 | 0.70 | 0.27 | 355.32 | 0.61 | 0.45 |
| Hex | BA | 2D | 38 | 0 | 4C | 46 | 1B | 163 | 3D | 2D |
| Octal | 272 | 55 | 70 | 0 | 114 | 106 | 33 | 543 | 75 | 55 |
| Binary | 10111010 | 101101 | 111000 | 0 | 1001100 | 1000110 | 11011 | 101100011 | 111101 | 101101 |
Color Harmonies of #BA2D38
Complementary color
Monochromatic Colors of #BA2D38
Black with #BA2D38
Text Example
Text Example
White with #BA2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D38; }
p { color: rgb(186,45,56); }
H1.HeaderClassName
{
color: #BA2D38;
}
.AnyTagClassName
{
color: #BA2D38;
}
</style>
background-color css
<style>
a { background-color: #BA2D38; }
a { background-color: rgb(186,45,56); }
div.DivClassName
{
background-color: #BA2D38;
}
.BgClassName
{
background-color: #BA2D38;
}
</style>
border-color css
<style>
span { border-color: #BA2D38; }
span { border-color: rgb(186,45,56); }
td.TdClassName
{
border-color: #BA2D38;
}
.TagClassName
{
border-color: #BA2D38;
}
</style>