Shades of Grenadier #B4503D
Tints of Grenadier #B4503D
RGB
CMYK
RGB Variations
Color information
#B4503D (or 0xB4503D) is known color: Grenadier. HEX triplet: B4, 50 and 3D. RGB value is (180,80,61). Sum of RGB (Red+Green+Blue) = 180+80+61=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4503D is #4BAFC2. Grayscale: #6B6B6B. Windows color (decimal): -4960195 or 4018356. OLE color: 4018356.
HSL color Cylindrical-coordinate representation of color #B4503D: hue angle of 9.58º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4503D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 61 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.29 |
| HSL | 9.58º | 0.49% | 0.47% | - |
| HSV(B) | 9.58º | 0.66% | 0.71% | - |
| XYZ | 22.53 | 15.78 | 6.27 | - |
| YUV | 107.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 61 | 0 | 0.56 | 0.66 | 0.29 | 9.58 | 0.49 | 0.47 |
| Hex | B4 | 50 | 3D | 0 | 38 | 42 | 1D | A | 31 | 2F |
| Octal | 264 | 120 | 75 | 0 | 70 | 102 | 35 | 12 | 61 | 57 |
| Binary | 10110100 | 1010000 | 111101 | 0 | 111000 | 1000010 | 11101 | 1010 | 110001 | 101111 |
Color Harmonies of #B4503D
Complementary color
Monochromatic Colors of #B4503D
Black with #B4503D
Text Example
Text Example
White with #B4503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4503D; }
p { color: rgb(180,80,61); }
H1.HeaderClassName
{
color: #B4503D;
}
.AnyTagClassName
{
color: #B4503D;
}
</style>
background-color css
<style>
a { background-color: #B4503D; }
a { background-color: rgb(180,80,61); }
div.DivClassName
{
background-color: #B4503D;
}
.BgClassName
{
background-color: #B4503D;
}
</style>
border-color css
<style>
span { border-color: #B4503D; }
span { border-color: rgb(180,80,61); }
td.TdClassName
{
border-color: #B4503D;
}
.TagClassName
{
border-color: #B4503D;
}
</style>