Shades of Red Stage #BA512D
Tints of Red Stage #BA512D
RGB
CMYK
RGB Variations
Color information
#BA512D (or 0xBA512D) is known color: Red Stage. HEX triplet: BA, 51 and 2D. RGB value is (186,81,45). Sum of RGB (Red+Green+Blue) = 186+81+45=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA512D is #45AED2. Grayscale: #6C6C6C. Windows color (decimal): -4566739 or 2970042. OLE color: 2970042.
HSL color Cylindrical-coordinate representation of color #BA512D: hue angle of 15.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 #BA512D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 45 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.27 |
| HSL | 15.32º | 0.61% | 0.45% | - |
| HSV(B) | 15.32º | 0.76% | 0.73% | - |
| XYZ | 23.67 | 16.51 | 4.42 | - |
| YUV | 108.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 45 | 0 | 0.56 | 0.76 | 0.27 | 15.32 | 0.61 | 0.45 |
| Hex | BA | 51 | 2D | 0 | 38 | 4C | 1B | F | 3D | 2D |
| Octal | 272 | 121 | 55 | 0 | 70 | 114 | 33 | 17 | 75 | 55 |
| Binary | 10111010 | 1010001 | 101101 | 0 | 111000 | 1001100 | 11011 | 1111 | 111101 | 101101 |
Color Harmonies of #BA512D
Complementary color
Monochromatic Colors of #BA512D
Black with #BA512D
Text Example
Text Example
White with #BA512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA512D; }
p { color: rgb(186,81,45); }
H1.HeaderClassName
{
color: #BA512D;
}
.AnyTagClassName
{
color: #BA512D;
}
</style>
background-color css
<style>
a { background-color: #BA512D; }
a { background-color: rgb(186,81,45); }
div.DivClassName
{
background-color: #BA512D;
}
.BgClassName
{
background-color: #BA512D;
}
</style>
border-color css
<style>
span { border-color: #BA512D; }
span { border-color: rgb(186,81,45); }
td.TdClassName
{
border-color: #BA512D;
}
.TagClassName
{
border-color: #BA512D;
}
</style>