Shades of Red Stage #BA4B27
Tints of Red Stage #BA4B27
RGB
CMYK
RGB Variations
Color information
#BA4B27 (or 0xBA4B27) is known color: Red Stage. HEX triplet: BA, 4B and 27. RGB value is (186,75,39). Sum of RGB (Red+Green+Blue) = 186+75+39=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B27 is #45B4D8. Grayscale: #686868. Windows color (decimal): -4568281 or 2575290. OLE color: 2575290.
HSL color Cylindrical-coordinate representation of color #BA4B27: hue angle of 14.69º 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 #BA4B27 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 39 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.27 |
| HSL | 14.69º | 0.65% | 0.44% | - |
| HSV(B) | 14.69º | 0.79% | 0.73% | - |
| XYZ | 23.13 | 15.62 | 3.71 | - |
| YUV | 104.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 39 | 0 | 0.60 | 0.79 | 0.27 | 14.69 | 0.65 | 0.44 |
| Hex | BA | 4B | 27 | 0 | 3C | 4F | 1B | F | 41 | 2C |
| Octal | 272 | 113 | 47 | 0 | 74 | 117 | 33 | 17 | 101 | 54 |
| Binary | 10111010 | 1001011 | 100111 | 0 | 111100 | 1001111 | 11011 | 1111 | 1000001 | 101100 |
Color Harmonies of #BA4B27
Complementary color
Monochromatic Colors of #BA4B27
Black with #BA4B27
Text Example
Text Example
White with #BA4B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B27; }
p { color: rgb(186,75,39); }
H1.HeaderClassName
{
color: #BA4B27;
}
.AnyTagClassName
{
color: #BA4B27;
}
</style>
background-color css
<style>
a { background-color: #BA4B27; }
a { background-color: rgb(186,75,39); }
div.DivClassName
{
background-color: #BA4B27;
}
.BgClassName
{
background-color: #BA4B27;
}
</style>
border-color css
<style>
span { border-color: #BA4B27; }
span { border-color: rgb(186,75,39); }
td.TdClassName
{
border-color: #BA4B27;
}
.TagClassName
{
border-color: #BA4B27;
}
</style>