Shades of Grenadier #B44C38
Tints of Grenadier #B44C38
RGB
CMYK
RGB Variations
Color information
#B44C38 (or 0xB44C38) is known color: Grenadier. HEX triplet: B4, 4C and 38. RGB value is (180,76,56). Sum of RGB (Red+Green+Blue) = 180+76+56=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C38 is #4BB3C7. Grayscale: #696969. Windows color (decimal): -4961224 or 3689652. OLE color: 3689652.
HSL color Cylindrical-coordinate representation of color #B44C38: hue angle of 9.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44C38 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 56 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.29 |
| HSL | 9.68º | 0.53% | 0.46% | - |
| HSV(B) | 9.68º | 0.69% | 0.71% | - |
| XYZ | 22.12 | 15.16 | 5.5 | - |
| YUV | 104.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 56 | 0 | 0.58 | 0.69 | 0.29 | 9.68 | 0.53 | 0.46 |
| Hex | B4 | 4C | 38 | 0 | 3A | 45 | 1D | A | 35 | 2E |
| Octal | 264 | 114 | 70 | 0 | 72 | 105 | 35 | 12 | 65 | 56 |
| Binary | 10110100 | 1001100 | 111000 | 0 | 111010 | 1000101 | 11101 | 1010 | 110101 | 101110 |
Color Harmonies of #B44C38
Complementary color
Monochromatic Colors of #B44C38
Black with #B44C38
Text Example
Text Example
White with #B44C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C38; }
p { color: rgb(180,76,56); }
H1.HeaderClassName
{
color: #B44C38;
}
.AnyTagClassName
{
color: #B44C38;
}
</style>
background-color css
<style>
a { background-color: #B44C38; }
a { background-color: rgb(180,76,56); }
div.DivClassName
{
background-color: #B44C38;
}
.BgClassName
{
background-color: #B44C38;
}
</style>
border-color css
<style>
span { border-color: #B44C38; }
span { border-color: rgb(180,76,56); }
td.TdClassName
{
border-color: #B44C38;
}
.TagClassName
{
border-color: #B44C38;
}
</style>