Shades of Grenadier #B84930
Tints of Grenadier #B84930
RGB
CMYK
RGB Variations
Color information
#B84930 (or 0xB84930) is known color: Grenadier. HEX triplet: B8, 49 and 30. RGB value is (184,73,48). Sum of RGB (Red+Green+Blue) = 184+73+48=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B84930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84930 is #47B6CF. Grayscale: #676767. Windows color (decimal): -4699856 or 3164600. OLE color: 3164600.
HSL color Cylindrical-coordinate representation of color #B84930: hue angle of 11.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B84930 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 48 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.28 |
| HSL | 11.03º | 0.59% | 0.45% | - |
| HSV(B) | 11.03º | 0.74% | 0.72% | - |
| XYZ | 22.68 | 15.17 | 4.53 | - |
| YUV | 103.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 48 | 0 | 0.60 | 0.74 | 0.28 | 11.03 | 0.59 | 0.45 |
| Hex | B8 | 49 | 30 | 0 | 3C | 4A | 1C | B | 3B | 2D |
| Octal | 270 | 111 | 60 | 0 | 74 | 112 | 34 | 13 | 73 | 55 |
| Binary | 10111000 | 1001001 | 110000 | 0 | 111100 | 1001010 | 11100 | 1011 | 111011 | 101101 |
Color Harmonies of #B84930
Complementary color
Monochromatic Colors of #B84930
Black with #B84930
Text Example
Text Example
White with #B84930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84930; }
p { color: rgb(184,73,48); }
H1.HeaderClassName
{
color: #B84930;
}
.AnyTagClassName
{
color: #B84930;
}
</style>
background-color css
<style>
a { background-color: #B84930; }
a { background-color: rgb(184,73,48); }
div.DivClassName
{
background-color: #B84930;
}
.BgClassName
{
background-color: #B84930;
}
</style>
border-color css
<style>
span { border-color: #B84930; }
span { border-color: rgb(184,73,48); }
td.TdClassName
{
border-color: #B84930;
}
.TagClassName
{
border-color: #B84930;
}
</style>