Shades of Red Stage #B84C28
Tints of Red Stage #B84C28
RGB
CMYK
RGB Variations
Color information
#B84C28 (or 0xB84C28) is known color: Red Stage. HEX triplet: B8, 4C and 28. RGB value is (184,76,40). Sum of RGB (Red+Green+Blue) = 184+76+40=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C28 is #47B3D7. Grayscale: #686868. Windows color (decimal): -4699096 or 2641080. OLE color: 2641080.
HSL color Cylindrical-coordinate representation of color #B84C28: hue angle of 15º 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 #B84C28 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 40 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.28 |
| HSL | 15º | 0.64% | 0.44% | - |
| HSV(B) | 15º | 0.78% | 0.72% | - |
| XYZ | 22.73 | 15.51 | 3.8 | - |
| YUV | 104.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 40 | 0 | 0.59 | 0.78 | 0.28 | 15 | 0.64 | 0.44 |
| Hex | B8 | 4C | 28 | 0 | 3B | 4E | 1C | F | 40 | 2C |
| Octal | 270 | 114 | 50 | 0 | 73 | 116 | 34 | 17 | 100 | 54 |
| Binary | 10111000 | 1001100 | 101000 | 0 | 111011 | 1001110 | 11100 | 1111 | 1000000 | 101100 |
Color Harmonies of #B84C28
Complementary color
Monochromatic Colors of #B84C28
Black with #B84C28
Text Example
Text Example
White with #B84C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C28; }
p { color: rgb(184,76,40); }
H1.HeaderClassName
{
color: #B84C28;
}
.AnyTagClassName
{
color: #B84C28;
}
</style>
background-color css
<style>
a { background-color: #B84C28; }
a { background-color: rgb(184,76,40); }
div.DivClassName
{
background-color: #B84C28;
}
.BgClassName
{
background-color: #B84C28;
}
</style>
border-color css
<style>
span { border-color: #B84C28; }
span { border-color: rgb(184,76,40); }
td.TdClassName
{
border-color: #B84C28;
}
.TagClassName
{
border-color: #B84C28;
}
</style>