Shades of Red Stage #BA5022
Tints of Red Stage #BA5022
RGB
CMYK
RGB Variations
Color information
#BA5022 (or 0xBA5022) is known color: Red Stage. HEX triplet: BA, 50 and 22. RGB value is (186,80,34). Sum of RGB (Red+Green+Blue) = 186+80+34=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5022 is #45AFDD. Grayscale: #6A6A6A. Windows color (decimal): -4567006 or 2248890. OLE color: 2248890.
HSL color Cylindrical-coordinate representation of color #BA5022: hue angle of 18.16º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5022 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 34 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.27 |
| HSL | 18.16º | 0.69% | 0.43% | - |
| HSV(B) | 18.16º | 0.82% | 0.73% | - |
| XYZ | 23.41 | 16.29 | 3.42 | - |
| YUV | 106.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 34 | 0 | 0.57 | 0.82 | 0.27 | 18.16 | 0.69 | 0.43 |
| Hex | BA | 50 | 22 | 0 | 39 | 52 | 1B | 12 | 45 | 2B |
| Octal | 272 | 120 | 42 | 0 | 71 | 122 | 33 | 22 | 105 | 53 |
| Binary | 10111010 | 1010000 | 100010 | 0 | 111001 | 1010010 | 11011 | 10010 | 1000101 | 101011 |
Color Harmonies of #BA5022
Complementary color
Monochromatic Colors of #BA5022
Black with #BA5022
Text Example
Text Example
White with #BA5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5022; }
p { color: rgb(186,80,34); }
H1.HeaderClassName
{
color: #BA5022;
}
.AnyTagClassName
{
color: #BA5022;
}
</style>
background-color css
<style>
a { background-color: #BA5022; }
a { background-color: rgb(186,80,34); }
div.DivClassName
{
background-color: #BA5022;
}
.BgClassName
{
background-color: #BA5022;
}
</style>
border-color css
<style>
span { border-color: #BA5022; }
span { border-color: rgb(186,80,34); }
td.TdClassName
{
border-color: #BA5022;
}
.TagClassName
{
border-color: #BA5022;
}
</style>