Shades of Red Stage #BA4E28
Tints of Red Stage #BA4E28
RGB
CMYK
RGB Variations
Color information
#BA4E28 (or 0xBA4E28) is known color: Red Stage. HEX triplet: BA, 4E and 28. RGB value is (186,78,40). Sum of RGB (Red+Green+Blue) = 186+78+40=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E28 is #45B1D7. Grayscale: #6A6A6A. Windows color (decimal): -4567512 or 2641594. OLE color: 2641594.
HSL color Cylindrical-coordinate representation of color #BA4E28: hue angle of 15.62º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4E28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 40 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.27 |
| HSL | 15.62º | 0.65% | 0.44% | - |
| HSV(B) | 15.62º | 0.78% | 0.73% | - |
| XYZ | 23.36 | 16.04 | 3.87 | - |
| YUV | 105.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 40 | 0 | 0.58 | 0.78 | 0.27 | 15.62 | 0.65 | 0.44 |
| Hex | BA | 4E | 28 | 0 | 3A | 4E | 1B | 10 | 41 | 2C |
| Octal | 272 | 116 | 50 | 0 | 72 | 116 | 33 | 20 | 101 | 54 |
| Binary | 10111010 | 1001110 | 101000 | 0 | 111010 | 1001110 | 11011 | 10000 | 1000001 | 101100 |
Color Harmonies of #BA4E28
Complementary color
Monochromatic Colors of #BA4E28
Black with #BA4E28
Text Example
Text Example
White with #BA4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E28; }
p { color: rgb(186,78,40); }
H1.HeaderClassName
{
color: #BA4E28;
}
.AnyTagClassName
{
color: #BA4E28;
}
</style>
background-color css
<style>
a { background-color: #BA4E28; }
a { background-color: rgb(186,78,40); }
div.DivClassName
{
background-color: #BA4E28;
}
.BgClassName
{
background-color: #BA4E28;
}
</style>
border-color css
<style>
span { border-color: #BA4E28; }
span { border-color: rgb(186,78,40); }
td.TdClassName
{
border-color: #BA4E28;
}
.TagClassName
{
border-color: #BA4E28;
}
</style>