Shades of Grenadier #C04438
Tints of Grenadier #C04438
RGB
CMYK
RGB Variations
Color information
#C04438 (or 0xC04438) is known color: Grenadier. HEX triplet: C0, 44 and 38. RGB value is (192,68,56). Sum of RGB (Red+Green+Blue) = 192+68+56=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C04438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04438 is #3FBBC7. Grayscale: #676767. Windows color (decimal): -4176840 or 3687616. OLE color: 3687616.
HSL color Cylindrical-coordinate representation of color #C04438: hue angle of 5.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04438 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 56 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.25 |
| HSL | 5.29º | 0.55% | 0.49% | - |
| HSV(B) | 5.29º | 0.71% | 0.75% | - |
| XYZ | 24.52 | 15.63 | 5.47 | - |
| YUV | 103.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 56 | 0 | 0.65 | 0.71 | 0.25 | 5.29 | 0.55 | 0.49 |
| Hex | C0 | 44 | 38 | 0 | 41 | 47 | 19 | 5 | 37 | 31 |
| Octal | 300 | 104 | 70 | 0 | 101 | 107 | 31 | 5 | 67 | 61 |
| Binary | 11000000 | 1000100 | 111000 | 0 | 1000001 | 1000111 | 11001 | 101 | 110111 | 110001 |
Color Harmonies of #C04438
Complementary color
Monochromatic Colors of #C04438
Black with #C04438
Text Example
Text Example
White with #C04438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04438; }
p { color: rgb(192,68,56); }
H1.HeaderClassName
{
color: #C04438;
}
.AnyTagClassName
{
color: #C04438;
}
</style>
background-color css
<style>
a { background-color: #C04438; }
a { background-color: rgb(192,68,56); }
div.DivClassName
{
background-color: #C04438;
}
.BgClassName
{
background-color: #C04438;
}
</style>
border-color css
<style>
span { border-color: #C04438; }
span { border-color: rgb(192,68,56); }
td.TdClassName
{
border-color: #C04438;
}
.TagClassName
{
border-color: #C04438;
}
</style>