Shades of Red Stage #BA5027
Tints of Red Stage #BA5027
RGB
CMYK
RGB Variations
Color information
#BA5027 (or 0xBA5027) is known color: Red Stage. HEX triplet: BA, 50 and 27. RGB value is (186,80,39). Sum of RGB (Red+Green+Blue) = 186+80+39=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5027 is #45AFD8. Grayscale: #6B6B6B. Windows color (decimal): -4567001 or 2576570. OLE color: 2576570.
HSL color Cylindrical-coordinate representation of color #BA5027: hue angle of 16.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA5027 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 39 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.27 |
| HSL | 16.73º | 0.65% | 0.44% | - |
| HSV(B) | 16.73º | 0.79% | 0.73% | - |
| XYZ | 23.48 | 16.32 | 3.83 | - |
| YUV | 107.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 39 | 0 | 0.57 | 0.79 | 0.27 | 16.73 | 0.65 | 0.44 |
| Hex | BA | 50 | 27 | 0 | 39 | 4F | 1B | 11 | 41 | 2C |
| Octal | 272 | 120 | 47 | 0 | 71 | 117 | 33 | 21 | 101 | 54 |
| Binary | 10111010 | 1010000 | 100111 | 0 | 111001 | 1001111 | 11011 | 10001 | 1000001 | 101100 |
Color Harmonies of #BA5027
Complementary color
Monochromatic Colors of #BA5027
Black with #BA5027
Text Example
Text Example
White with #BA5027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5027; }
p { color: rgb(186,80,39); }
H1.HeaderClassName
{
color: #BA5027;
}
.AnyTagClassName
{
color: #BA5027;
}
</style>
background-color css
<style>
a { background-color: #BA5027; }
a { background-color: rgb(186,80,39); }
div.DivClassName
{
background-color: #BA5027;
}
.BgClassName
{
background-color: #BA5027;
}
</style>
border-color css
<style>
span { border-color: #BA5027; }
span { border-color: rgb(186,80,39); }
td.TdClassName
{
border-color: #BA5027;
}
.TagClassName
{
border-color: #BA5027;
}
</style>