Shades of Red Stage #BA4F26
Tints of Red Stage #BA4F26
RGB
CMYK
RGB Variations
Color information
#BA4F26 (or 0xBA4F26) is known color: Red Stage. HEX triplet: BA, 4F and 26. RGB value is (186,79,38). Sum of RGB (Red+Green+Blue) = 186+79+38=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F26 is #45B0D9. Grayscale: #6A6A6A. Windows color (decimal): -4567258 or 2510778. OLE color: 2510778.
HSL color Cylindrical-coordinate representation of color #BA4F26: hue angle of 16.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4F26 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 38 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.27 |
| HSL | 16.62º | 0.66% | 0.44% | - |
| HSV(B) | 16.62º | 0.8% | 0.73% | - |
| XYZ | 23.4 | 16.17 | 3.72 | - |
| YUV | 106.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 38 | 0 | 0.58 | 0.80 | 0.27 | 16.62 | 0.66 | 0.44 |
| Hex | BA | 4F | 26 | 0 | 3A | 50 | 1B | 11 | 42 | 2C |
| Octal | 272 | 117 | 46 | 0 | 72 | 120 | 33 | 21 | 102 | 54 |
| Binary | 10111010 | 1001111 | 100110 | 0 | 111010 | 1010000 | 11011 | 10001 | 1000010 | 101100 |
Color Harmonies of #BA4F26
Complementary color
Monochromatic Colors of #BA4F26
Black with #BA4F26
Text Example
Text Example
White with #BA4F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F26; }
p { color: rgb(186,79,38); }
H1.HeaderClassName
{
color: #BA4F26;
}
.AnyTagClassName
{
color: #BA4F26;
}
</style>
background-color css
<style>
a { background-color: #BA4F26; }
a { background-color: rgb(186,79,38); }
div.DivClassName
{
background-color: #BA4F26;
}
.BgClassName
{
background-color: #BA4F26;
}
</style>
border-color css
<style>
span { border-color: #BA4F26; }
span { border-color: rgb(186,79,38); }
td.TdClassName
{
border-color: #BA4F26;
}
.TagClassName
{
border-color: #BA4F26;
}
</style>