Shades of Red Stage #B84F2C
Tints of Red Stage #B84F2C
RGB
CMYK
RGB Variations
Color information
#B84F2C (or 0xB84F2C) is known color: Red Stage. HEX triplet: B8, 4F and 2C. RGB value is (184,79,44). Sum of RGB (Red+Green+Blue) = 184+79+44=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F2C is #47B0D3. Grayscale: #6A6A6A. Windows color (decimal): -4698324 or 2903992. OLE color: 2903992.
HSL color Cylindrical-coordinate representation of color #B84F2C: hue angle of 15º 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 #B84F2C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 44 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.28 |
| HSL | 15º | 0.61% | 0.45% | - |
| HSV(B) | 15º | 0.76% | 0.72% | - |
| XYZ | 23.02 | 15.96 | 4.25 | - |
| YUV | 106.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 44 | 0 | 0.57 | 0.76 | 0.28 | 15 | 0.61 | 0.45 |
| Hex | B8 | 4F | 2C | 0 | 39 | 4C | 1C | F | 3D | 2D |
| Octal | 270 | 117 | 54 | 0 | 71 | 114 | 34 | 17 | 75 | 55 |
| Binary | 10111000 | 1001111 | 101100 | 0 | 111001 | 1001100 | 11100 | 1111 | 111101 | 101101 |
Color Harmonies of #B84F2C
Complementary color
Monochromatic Colors of #B84F2C
Black with #B84F2C
Text Example
Text Example
White with #B84F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F2C; }
p { color: rgb(184,79,44); }
H1.HeaderClassName
{
color: #B84F2C;
}
.AnyTagClassName
{
color: #B84F2C;
}
</style>
background-color css
<style>
a { background-color: #B84F2C; }
a { background-color: rgb(184,79,44); }
div.DivClassName
{
background-color: #B84F2C;
}
.BgClassName
{
background-color: #B84F2C;
}
</style>
border-color css
<style>
span { border-color: #B84F2C; }
span { border-color: rgb(184,79,44); }
td.TdClassName
{
border-color: #B84F2C;
}
.TagClassName
{
border-color: #B84F2C;
}
</style>