Shades of Grenadier #B5513C
Tints of Grenadier #B5513C
RGB
CMYK
RGB Variations
Color information
#B5513C (or 0xB5513C) is known color: Grenadier. HEX triplet: B5, 51 and 3C. RGB value is (181,81,60). Sum of RGB (Red+Green+Blue) = 181+81+60=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5513C is #4AAEC3. Grayscale: #6C6C6C. Windows color (decimal): -4894404 or 3953077. OLE color: 3953077.
HSL color Cylindrical-coordinate representation of color #B5513C: hue angle of 10.41º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5513C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 60 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.29 |
| HSL | 10.41º | 0.5% | 0.47% | - |
| HSV(B) | 10.41º | 0.67% | 0.71% | - |
| XYZ | 22.81 | 16.03 | 6.17 | - |
| YUV | 108.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 60 | 0 | 0.55 | 0.67 | 0.29 | 10.41 | 0.5 | 0.47 |
| Hex | B5 | 51 | 3C | 0 | 37 | 43 | 1D | A | 32 | 2F |
| Octal | 265 | 121 | 74 | 0 | 67 | 103 | 35 | 12 | 62 | 57 |
| Binary | 10110101 | 1010001 | 111100 | 0 | 110111 | 1000011 | 11101 | 1010 | 110010 | 101111 |
Color Harmonies of #B5513C
Complementary color
Monochromatic Colors of #B5513C
Black with #B5513C
Text Example
Text Example
White with #B5513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5513C; }
p { color: rgb(181,81,60); }
H1.HeaderClassName
{
color: #B5513C;
}
.AnyTagClassName
{
color: #B5513C;
}
</style>
background-color css
<style>
a { background-color: #B5513C; }
a { background-color: rgb(181,81,60); }
div.DivClassName
{
background-color: #B5513C;
}
.BgClassName
{
background-color: #B5513C;
}
</style>
border-color css
<style>
span { border-color: #B5513C; }
span { border-color: rgb(181,81,60); }
td.TdClassName
{
border-color: #B5513C;
}
.TagClassName
{
border-color: #B5513C;
}
</style>