Shades of Red Stage #B8512C
Tints of Red Stage #B8512C
RGB
CMYK
RGB Variations
Color information
#B8512C (or 0xB8512C) is known color: Red Stage. HEX triplet: B8, 51 and 2C. RGB value is (184,81,44). Sum of RGB (Red+Green+Blue) = 184+81+44=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8512C is #47AED3. Grayscale: #6B6B6B. Windows color (decimal): -4697812 or 2904504. OLE color: 2904504.
HSL color Cylindrical-coordinate representation of color #B8512C: hue angle of 15.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8512C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 44 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.28 |
| HSL | 15.86º | 0.61% | 0.45% | - |
| HSV(B) | 15.86º | 0.76% | 0.72% | - |
| XYZ | 23.16 | 16.26 | 4.3 | - |
| YUV | 107.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 44 | 0 | 0.56 | 0.76 | 0.28 | 15.86 | 0.61 | 0.45 |
| Hex | B8 | 51 | 2C | 0 | 38 | 4C | 1C | 10 | 3D | 2D |
| Octal | 270 | 121 | 54 | 0 | 70 | 114 | 34 | 20 | 75 | 55 |
| Binary | 10111000 | 1010001 | 101100 | 0 | 111000 | 1001100 | 11100 | 10000 | 111101 | 101101 |
Color Harmonies of #B8512C
Complementary color
Monochromatic Colors of #B8512C
Black with #B8512C
Text Example
Text Example
White with #B8512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8512C; }
p { color: rgb(184,81,44); }
H1.HeaderClassName
{
color: #B8512C;
}
.AnyTagClassName
{
color: #B8512C;
}
</style>
background-color css
<style>
a { background-color: #B8512C; }
a { background-color: rgb(184,81,44); }
div.DivClassName
{
background-color: #B8512C;
}
.BgClassName
{
background-color: #B8512C;
}
</style>
border-color css
<style>
span { border-color: #B8512C; }
span { border-color: rgb(184,81,44); }
td.TdClassName
{
border-color: #B8512C;
}
.TagClassName
{
border-color: #B8512C;
}
</style>