Shades of Grenadier #B8462D
Tints of Grenadier #B8462D
RGB
CMYK
RGB Variations
Color information
#B8462D (or 0xB8462D) is known color: Grenadier. HEX triplet: B8, 46 and 2D. RGB value is (184,70,45). Sum of RGB (Red+Green+Blue) = 184+70+45=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8462D is #47B9D2. Grayscale: #656565. Windows color (decimal): -4700627 or 2967224. OLE color: 2967224.
HSL color Cylindrical-coordinate representation of color #B8462D: hue angle of 10.79º 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 #B8462D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 45 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.28 |
| HSL | 10.79º | 0.61% | 0.45% | - |
| HSV(B) | 10.79º | 0.76% | 0.72% | - |
| XYZ | 22.43 | 14.76 | 4.15 | - |
| YUV | 101.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 45 | 0 | 0.62 | 0.76 | 0.28 | 10.79 | 0.61 | 0.45 |
| Hex | B8 | 46 | 2D | 0 | 3E | 4C | 1C | B | 3D | 2D |
| Octal | 270 | 106 | 55 | 0 | 76 | 114 | 34 | 13 | 75 | 55 |
| Binary | 10111000 | 1000110 | 101101 | 0 | 111110 | 1001100 | 11100 | 1011 | 111101 | 101101 |
Color Harmonies of #B8462D
Complementary color
Monochromatic Colors of #B8462D
Black with #B8462D
Text Example
Text Example
White with #B8462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8462D; }
p { color: rgb(184,70,45); }
H1.HeaderClassName
{
color: #B8462D;
}
.AnyTagClassName
{
color: #B8462D;
}
</style>
background-color css
<style>
a { background-color: #B8462D; }
a { background-color: rgb(184,70,45); }
div.DivClassName
{
background-color: #B8462D;
}
.BgClassName
{
background-color: #B8462D;
}
</style>
border-color css
<style>
span { border-color: #B8462D; }
span { border-color: rgb(184,70,45); }
td.TdClassName
{
border-color: #B8462D;
}
.TagClassName
{
border-color: #B8462D;
}
</style>