Shades of Red Stage #BA512C
Tints of Red Stage #BA512C
RGB
CMYK
RGB Variations
Color information
#BA512C (or 0xBA512C) is known color: Red Stage. HEX triplet: BA, 51 and 2C. RGB value is (186,81,44). Sum of RGB (Red+Green+Blue) = 186+81+44=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA512C is #45AED3. Grayscale: #6C6C6C. Windows color (decimal): -4566740 or 2904506. OLE color: 2904506.
HSL color Cylindrical-coordinate representation of color #BA512C: hue angle of 15.63º 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 #BA512C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 44 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.27 |
| HSL | 15.63º | 0.62% | 0.45% | - |
| HSV(B) | 15.63º | 0.76% | 0.73% | - |
| XYZ | 23.65 | 16.51 | 4.32 | - |
| YUV | 108.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 44 | 0 | 0.56 | 0.76 | 0.27 | 15.63 | 0.62 | 0.45 |
| Hex | BA | 51 | 2C | 0 | 38 | 4C | 1B | 10 | 3E | 2D |
| Octal | 272 | 121 | 54 | 0 | 70 | 114 | 33 | 20 | 76 | 55 |
| Binary | 10111010 | 1010001 | 101100 | 0 | 111000 | 1001100 | 11011 | 10000 | 111110 | 101101 |
Color Harmonies of #BA512C
Complementary color
Monochromatic Colors of #BA512C
Black with #BA512C
Text Example
Text Example
White with #BA512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA512C; }
p { color: rgb(186,81,44); }
H1.HeaderClassName
{
color: #BA512C;
}
.AnyTagClassName
{
color: #BA512C;
}
</style>
background-color css
<style>
a { background-color: #BA512C; }
a { background-color: rgb(186,81,44); }
div.DivClassName
{
background-color: #BA512C;
}
.BgClassName
{
background-color: #BA512C;
}
</style>
border-color css
<style>
span { border-color: #BA512C; }
span { border-color: rgb(186,81,44); }
td.TdClassName
{
border-color: #BA512C;
}
.TagClassName
{
border-color: #BA512C;
}
</style>