Shades of Brick Red #BA2C3D
Tints of Brick Red #BA2C3D
RGB
CMYK
RGB Variations
Color information
#BA2C3D (or 0xBA2C3D) is known color: Brick Red. HEX triplet: BA, 2C and 3D. RGB value is (186,44,61). Sum of RGB (Red+Green+Blue) = 186+44+61=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C3D is #45D3C2. Grayscale: #585858. Windows color (decimal): -4576195 or 4009146. OLE color: 4009146.
HSL color Cylindrical-coordinate representation of color #BA2C3D: hue angle of 352.82º degrees, saturation: 0.62, 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 #BA2C3D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 61 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.27 |
| HSL | 352.82º | 0.62% | 0.45% | - |
| HSV(B) | 352.82º | 0.76% | 0.73% | - |
| XYZ | 21.99 | 12.58 | 5.68 | - |
| YUV | 88.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 61 | 0 | 0.76 | 0.67 | 0.27 | 352.82 | 0.62 | 0.45 |
| Hex | BA | 2C | 3D | 0 | 4C | 43 | 1B | 161 | 3E | 2D |
| Octal | 272 | 54 | 75 | 0 | 114 | 103 | 33 | 541 | 76 | 55 |
| Binary | 10111010 | 101100 | 111101 | 0 | 1001100 | 1000011 | 11011 | 101100001 | 111110 | 101101 |
Color Harmonies of #BA2C3D
Complementary color
Monochromatic Colors of #BA2C3D
Black with #BA2C3D
Text Example
Text Example
White with #BA2C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C3D; }
p { color: rgb(186,44,61); }
H1.HeaderClassName
{
color: #BA2C3D;
}
.AnyTagClassName
{
color: #BA2C3D;
}
</style>
background-color css
<style>
a { background-color: #BA2C3D; }
a { background-color: rgb(186,44,61); }
div.DivClassName
{
background-color: #BA2C3D;
}
.BgClassName
{
background-color: #BA2C3D;
}
</style>
border-color css
<style>
span { border-color: #BA2C3D; }
span { border-color: rgb(186,44,61); }
td.TdClassName
{
border-color: #BA2C3D;
}
.TagClassName
{
border-color: #BA2C3D;
}
</style>