Shades of Brick Red #BA2F3C
Tints of Brick Red #BA2F3C
RGB
CMYK
RGB Variations
Color information
#BA2F3C (or 0xBA2F3C) is known color: Brick Red. HEX triplet: BA, 2F and 3C. RGB value is (186,47,60). Sum of RGB (Red+Green+Blue) = 186+47+60=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F3C is #45D0C3. Grayscale: #5A5A5A. Windows color (decimal): -4575428 or 3944378. OLE color: 3944378.
HSL color Cylindrical-coordinate representation of color #BA2F3C: hue angle of 354.39º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F3C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.27 |
| HSL | 354.39º | 0.6% | 0.46% | - |
| HSV(B) | 354.39º | 0.75% | 0.73% | - |
| XYZ | 22.08 | 12.8 | 5.58 | - |
| YUV | 90.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 60 | 0 | 0.75 | 0.68 | 0.27 | 354.39 | 0.6 | 0.46 |
| Hex | BA | 2F | 3C | 0 | 4B | 44 | 1B | 162 | 3C | 2E |
| Octal | 272 | 57 | 74 | 0 | 113 | 104 | 33 | 542 | 74 | 56 |
| Binary | 10111010 | 101111 | 111100 | 0 | 1001011 | 1000100 | 11011 | 101100010 | 111100 | 101110 |
Color Harmonies of #BA2F3C
Complementary color
Monochromatic Colors of #BA2F3C
Black with #BA2F3C
Text Example
Text Example
White with #BA2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F3C; }
p { color: rgb(186,47,60); }
H1.HeaderClassName
{
color: #BA2F3C;
}
.AnyTagClassName
{
color: #BA2F3C;
}
</style>
background-color css
<style>
a { background-color: #BA2F3C; }
a { background-color: rgb(186,47,60); }
div.DivClassName
{
background-color: #BA2F3C;
}
.BgClassName
{
background-color: #BA2F3C;
}
</style>
border-color css
<style>
span { border-color: #BA2F3C; }
span { border-color: rgb(186,47,60); }
td.TdClassName
{
border-color: #BA2F3C;
}
.TagClassName
{
border-color: #BA2F3C;
}
</style>