Shades of Red Stage #B84D29
Tints of Red Stage #B84D29
RGB
CMYK
RGB Variations
Color information
#B84D29 (or 0xB84D29) is known color: Red Stage. HEX triplet: B8, 4D and 29. RGB value is (184,77,41). Sum of RGB (Red+Green+Blue) = 184+77+41=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D29 is #47B2D6. Grayscale: #696969. Windows color (decimal): -4698839 or 2706872. OLE color: 2706872.
HSL color Cylindrical-coordinate representation of color #B84D29: hue angle of 15.1º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B84D29 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 41 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.28 |
| HSL | 15.1º | 0.64% | 0.44% | - |
| HSV(B) | 15.1º | 0.78% | 0.72% | - |
| XYZ | 22.82 | 15.66 | 3.92 | - |
| YUV | 104.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 41 | 0 | 0.58 | 0.78 | 0.28 | 15.1 | 0.64 | 0.44 |
| Hex | B8 | 4D | 29 | 0 | 3A | 4E | 1C | F | 40 | 2C |
| Octal | 270 | 115 | 51 | 0 | 72 | 116 | 34 | 17 | 100 | 54 |
| Binary | 10111000 | 1001101 | 101001 | 0 | 111010 | 1001110 | 11100 | 1111 | 1000000 | 101100 |
Color Harmonies of #B84D29
Complementary color
Monochromatic Colors of #B84D29
Black with #B84D29
Text Example
Text Example
White with #B84D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D29; }
p { color: rgb(184,77,41); }
H1.HeaderClassName
{
color: #B84D29;
}
.AnyTagClassName
{
color: #B84D29;
}
</style>
background-color css
<style>
a { background-color: #B84D29; }
a { background-color: rgb(184,77,41); }
div.DivClassName
{
background-color: #B84D29;
}
.BgClassName
{
background-color: #B84D29;
}
</style>
border-color css
<style>
span { border-color: #B84D29; }
span { border-color: rgb(184,77,41); }
td.TdClassName
{
border-color: #B84D29;
}
.TagClassName
{
border-color: #B84D29;
}
</style>