Shades of Grenadier #B84831
Tints of Grenadier #B84831
RGB
CMYK
RGB Variations
Color information
#B84831 (or 0xB84831) is known color: Grenadier. HEX triplet: B8, 48 and 31. RGB value is (184,72,49). Sum of RGB (Red+Green+Blue) = 184+72+49=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B84831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84831 is #47B7CE. Grayscale: #676767. Windows color (decimal): -4700111 or 3229880. OLE color: 3229880.
HSL color Cylindrical-coordinate representation of color #B84831: hue angle of 10.22º degrees, saturation: 0.58, 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 #B84831 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 49 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.28 |
| HSL | 10.22º | 0.58% | 0.46% | - |
| HSV(B) | 10.22º | 0.73% | 0.72% | - |
| XYZ | 22.64 | 15.05 | 4.62 | - |
| YUV | 102.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 49 | 0 | 0.61 | 0.73 | 0.28 | 10.22 | 0.58 | 0.46 |
| Hex | B8 | 48 | 31 | 0 | 3D | 49 | 1C | A | 3A | 2E |
| Octal | 270 | 110 | 61 | 0 | 75 | 111 | 34 | 12 | 72 | 56 |
| Binary | 10111000 | 1001000 | 110001 | 0 | 111101 | 1001001 | 11100 | 1010 | 111010 | 101110 |
Color Harmonies of #B84831
Complementary color
Monochromatic Colors of #B84831
Black with #B84831
Text Example
Text Example
White with #B84831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84831; }
p { color: rgb(184,72,49); }
H1.HeaderClassName
{
color: #B84831;
}
.AnyTagClassName
{
color: #B84831;
}
</style>
background-color css
<style>
a { background-color: #B84831; }
a { background-color: rgb(184,72,49); }
div.DivClassName
{
background-color: #B84831;
}
.BgClassName
{
background-color: #B84831;
}
</style>
border-color css
<style>
span { border-color: #B84831; }
span { border-color: rgb(184,72,49); }
td.TdClassName
{
border-color: #B84831;
}
.TagClassName
{
border-color: #B84831;
}
</style>