Shades of Red Stage #B85232
Tints of Red Stage #B85232
RGB
CMYK
RGB Variations
Color information
#B85232 (or 0xB85232) is known color: Red Stage. HEX triplet: B8, 52 and 32. RGB value is (184,82,50). Sum of RGB (Red+Green+Blue) = 184+82+50=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85232 is #47ADCD. Grayscale: #6D6D6D. Windows color (decimal): -4697550 or 3297976. OLE color: 3297976.
HSL color Cylindrical-coordinate representation of color #B85232: hue angle of 14.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85232 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 50 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.28 |
| HSL | 14.33º | 0.57% | 0.46% | - |
| HSV(B) | 14.33º | 0.73% | 0.72% | - |
| XYZ | 23.36 | 16.46 | 4.96 | - |
| YUV | 108.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 50 | 0 | 0.55 | 0.73 | 0.28 | 14.33 | 0.57 | 0.46 |
| Hex | B8 | 52 | 32 | 0 | 37 | 49 | 1C | E | 39 | 2E |
| Octal | 270 | 122 | 62 | 0 | 67 | 111 | 34 | 16 | 71 | 56 |
| Binary | 10111000 | 1010010 | 110010 | 0 | 110111 | 1001001 | 11100 | 1110 | 111001 | 101110 |
Color Harmonies of #B85232
Complementary color
Monochromatic Colors of #B85232
Black with #B85232
Text Example
Text Example
White with #B85232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85232; }
p { color: rgb(184,82,50); }
H1.HeaderClassName
{
color: #B85232;
}
.AnyTagClassName
{
color: #B85232;
}
</style>
background-color css
<style>
a { background-color: #B85232; }
a { background-color: rgb(184,82,50); }
div.DivClassName
{
background-color: #B85232;
}
.BgClassName
{
background-color: #B85232;
}
</style>
border-color css
<style>
span { border-color: #B85232; }
span { border-color: rgb(184,82,50); }
td.TdClassName
{
border-color: #B85232;
}
.TagClassName
{
border-color: #B85232;
}
</style>