Shades of Grenadier #B9442B
Tints of Grenadier #B9442B
RGB
CMYK
RGB Variations
Color information
#B9442B (or 0xB9442B) is known color: Grenadier. HEX triplet: B9, 44 and 2B. RGB value is (185,68,43). Sum of RGB (Red+Green+Blue) = 185+68+43=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9442B is #46BBD4. Grayscale: #646464. Windows color (decimal): -4635605 or 2835641. OLE color: 2835641.
HSL color Cylindrical-coordinate representation of color #B9442B: hue angle of 10.56º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9442B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 43 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.27 |
| HSL | 10.56º | 0.62% | 0.45% | - |
| HSV(B) | 10.56º | 0.77% | 0.73% | - |
| XYZ | 22.51 | 14.62 | 3.92 | - |
| YUV | 100.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 43 | 0 | 0.63 | 0.77 | 0.27 | 10.56 | 0.62 | 0.45 |
| Hex | B9 | 44 | 2B | 0 | 3F | 4D | 1B | B | 3E | 2D |
| Octal | 271 | 104 | 53 | 0 | 77 | 115 | 33 | 13 | 76 | 55 |
| Binary | 10111001 | 1000100 | 101011 | 0 | 111111 | 1001101 | 11011 | 1011 | 111110 | 101101 |
Color Harmonies of #B9442B
Complementary color
Monochromatic Colors of #B9442B
Black with #B9442B
Text Example
Text Example
White with #B9442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9442B; }
p { color: rgb(185,68,43); }
H1.HeaderClassName
{
color: #B9442B;
}
.AnyTagClassName
{
color: #B9442B;
}
</style>
background-color css
<style>
a { background-color: #B9442B; }
a { background-color: rgb(185,68,43); }
div.DivClassName
{
background-color: #B9442B;
}
.BgClassName
{
background-color: #B9442B;
}
</style>
border-color css
<style>
span { border-color: #B9442B; }
span { border-color: rgb(185,68,43); }
td.TdClassName
{
border-color: #B9442B;
}
.TagClassName
{
border-color: #B9442B;
}
</style>