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