Shades of Grenadier #B9452A
Tints of Grenadier #B9452A
RGB
CMYK
RGB Variations
Color information
#B9452A (or 0xB9452A) is known color: Grenadier. HEX triplet: B9, 45 and 2A. RGB value is (185,69,42). Sum of RGB (Red+Green+Blue) = 185+69+42=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9452A is #46BAD5. Grayscale: #646464. Windows color (decimal): -4635350 or 2770361. OLE color: 2770361.
HSL color Cylindrical-coordinate representation of color #B9452A: hue angle of 11.33º degrees, saturation: 0.63, 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 #B9452A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 42 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.27 |
| HSL | 11.33º | 0.63% | 0.45% | - |
| HSV(B) | 11.33º | 0.77% | 0.73% | - |
| XYZ | 22.55 | 14.74 | 3.85 | - |
| YUV | 100.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 42 | 0 | 0.63 | 0.77 | 0.27 | 11.33 | 0.63 | 0.45 |
| Hex | B9 | 45 | 2A | 0 | 3F | 4D | 1B | B | 3F | 2D |
| Octal | 271 | 105 | 52 | 0 | 77 | 115 | 33 | 13 | 77 | 55 |
| Binary | 10111001 | 1000101 | 101010 | 0 | 111111 | 1001101 | 11011 | 1011 | 111111 | 101101 |
Color Harmonies of #B9452A
Complementary color
Monochromatic Colors of #B9452A
Black with #B9452A
Text Example
Text Example
White with #B9452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9452A; }
p { color: rgb(185,69,42); }
H1.HeaderClassName
{
color: #B9452A;
}
.AnyTagClassName
{
color: #B9452A;
}
</style>
background-color css
<style>
a { background-color: #B9452A; }
a { background-color: rgb(185,69,42); }
div.DivClassName
{
background-color: #B9452A;
}
.BgClassName
{
background-color: #B9452A;
}
</style>
border-color css
<style>
span { border-color: #B9452A; }
span { border-color: rgb(185,69,42); }
td.TdClassName
{
border-color: #B9452A;
}
.TagClassName
{
border-color: #B9452A;
}
</style>