Shades of Grenadier #B74935
Tints of Grenadier #B74935
RGB
CMYK
RGB Variations
Color information
#B74935 (or 0xB74935) is known color: Grenadier. HEX triplet: B7, 49 and 35. RGB value is (183,73,53). Sum of RGB (Red+Green+Blue) = 183+73+53=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B74935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74935 is #48B6CA. Grayscale: #676767. Windows color (decimal): -4765387 or 3492279. OLE color: 3492279.
HSL color Cylindrical-coordinate representation of color #B74935: hue angle of 9.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B74935 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 53 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.28 |
| HSL | 9.23º | 0.55% | 0.46% | - |
| HSV(B) | 9.23º | 0.71% | 0.72% | - |
| XYZ | 22.55 | 15.09 | 5.09 | - |
| YUV | 103.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 53 | 0 | 0.60 | 0.71 | 0.28 | 9.23 | 0.55 | 0.46 |
| Hex | B7 | 49 | 35 | 0 | 3C | 47 | 1C | 9 | 37 | 2E |
| Octal | 267 | 111 | 65 | 0 | 74 | 107 | 34 | 11 | 67 | 56 |
| Binary | 10110111 | 1001001 | 110101 | 0 | 111100 | 1000111 | 11100 | 1001 | 110111 | 101110 |
Color Harmonies of #B74935
Complementary color
Monochromatic Colors of #B74935
Black with #B74935
Text Example
Text Example
White with #B74935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74935; }
p { color: rgb(183,73,53); }
H1.HeaderClassName
{
color: #B74935;
}
.AnyTagClassName
{
color: #B74935;
}
</style>
background-color css
<style>
a { background-color: #B74935; }
a { background-color: rgb(183,73,53); }
div.DivClassName
{
background-color: #B74935;
}
.BgClassName
{
background-color: #B74935;
}
</style>
border-color css
<style>
span { border-color: #B74935; }
span { border-color: rgb(183,73,53); }
td.TdClassName
{
border-color: #B74935;
}
.TagClassName
{
border-color: #B74935;
}
</style>