Shades of Red Stage #BA4F25
Tints of Red Stage #BA4F25
RGB
CMYK
RGB Variations
Color information
#BA4F25 (or 0xBA4F25) is known color: Red Stage. HEX triplet: BA, 4F and 25. RGB value is (186,79,37). Sum of RGB (Red+Green+Blue) = 186+79+37=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F25 is #45B0DA. Grayscale: #6A6A6A. Windows color (decimal): -4567259 or 2445242. OLE color: 2445242.
HSL color Cylindrical-coordinate representation of color #BA4F25: hue angle of 16.91º degrees, saturation: 0.67, 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 #BA4F25 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 37 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.27 |
| HSL | 16.91º | 0.67% | 0.44% | - |
| HSV(B) | 16.91º | 0.8% | 0.73% | - |
| XYZ | 23.38 | 16.16 | 3.64 | - |
| YUV | 106.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 37 | 0 | 0.58 | 0.80 | 0.27 | 16.91 | 0.67 | 0.44 |
| Hex | BA | 4F | 25 | 0 | 3A | 50 | 1B | 11 | 43 | 2C |
| Octal | 272 | 117 | 45 | 0 | 72 | 120 | 33 | 21 | 103 | 54 |
| Binary | 10111010 | 1001111 | 100101 | 0 | 111010 | 1010000 | 11011 | 10001 | 1000011 | 101100 |
Color Harmonies of #BA4F25
Complementary color
Monochromatic Colors of #BA4F25
Black with #BA4F25
Text Example
Text Example
White with #BA4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F25; }
p { color: rgb(186,79,37); }
H1.HeaderClassName
{
color: #BA4F25;
}
.AnyTagClassName
{
color: #BA4F25;
}
</style>
background-color css
<style>
a { background-color: #BA4F25; }
a { background-color: rgb(186,79,37); }
div.DivClassName
{
background-color: #BA4F25;
}
.BgClassName
{
background-color: #BA4F25;
}
</style>
border-color css
<style>
span { border-color: #BA4F25; }
span { border-color: rgb(186,79,37); }
td.TdClassName
{
border-color: #BA4F25;
}
.TagClassName
{
border-color: #BA4F25;
}
</style>