Shades of Grenadier #C15138
Tints of Grenadier #C15138
RGB
CMYK
RGB Variations
Color information
#C15138 (or 0xC15138) is known color: Grenadier. HEX triplet: C1, 51 and 38. RGB value is (193,81,56). Sum of RGB (Red+Green+Blue) = 193+81+56=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15138 is #3EAEC7. Grayscale: #6F6F6F. Windows color (decimal): -4107976 or 3690945. OLE color: 3690945.
HSL color Cylindrical-coordinate representation of color #C15138: hue angle of 10.95º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C15138 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 56 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.24 |
| HSL | 10.95º | 0.55% | 0.49% | - |
| HSV(B) | 10.95º | 0.71% | 0.76% | - |
| XYZ | 25.65 | 17.51 | 5.77 | - |
| YUV | 111.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 56 | 0 | 0.58 | 0.71 | 0.24 | 10.95 | 0.55 | 0.49 |
| Hex | C1 | 51 | 38 | 0 | 3A | 47 | 18 | B | 37 | 31 |
| Octal | 301 | 121 | 70 | 0 | 72 | 107 | 30 | 13 | 67 | 61 |
| Binary | 11000001 | 1010001 | 111000 | 0 | 111010 | 1000111 | 11000 | 1011 | 110111 | 110001 |
Color Harmonies of #C15138
Complementary color
Monochromatic Colors of #C15138
Black with #C15138
Text Example
Text Example
White with #C15138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15138; }
p { color: rgb(193,81,56); }
H1.HeaderClassName
{
color: #C15138;
}
.AnyTagClassName
{
color: #C15138;
}
</style>
background-color css
<style>
a { background-color: #C15138; }
a { background-color: rgb(193,81,56); }
div.DivClassName
{
background-color: #C15138;
}
.BgClassName
{
background-color: #C15138;
}
</style>
border-color css
<style>
span { border-color: #C15138; }
span { border-color: rgb(193,81,56); }
td.TdClassName
{
border-color: #C15138;
}
.TagClassName
{
border-color: #C15138;
}
</style>