Shades of Grenadier #C04038
Tints of Grenadier #C04038
RGB
CMYK
RGB Variations
Color information
#C04038 (or 0xC04038) is known color: Grenadier. HEX triplet: C0, 40 and 38. RGB value is (192,64,56). Sum of RGB (Red+Green+Blue) = 192+64+56=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04038 is #3FBFC7. Grayscale: #656565. Windows color (decimal): -4177864 or 3686592. OLE color: 3686592.
HSL color Cylindrical-coordinate representation of color #C04038: hue angle of 3.53º 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 #C04038 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 56 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.25 |
| HSL | 3.53º | 0.55% | 0.49% | - |
| HSV(B) | 3.53º | 0.71% | 0.75% | - |
| XYZ | 24.29 | 15.16 | 5.39 | - |
| YUV | 101.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 56 | 0 | 0.67 | 0.71 | 0.25 | 3.53 | 0.55 | 0.49 |
| Hex | C0 | 40 | 38 | 0 | 43 | 47 | 19 | 4 | 37 | 31 |
| Octal | 300 | 100 | 70 | 0 | 103 | 107 | 31 | 4 | 67 | 61 |
| Binary | 11000000 | 1000000 | 111000 | 0 | 1000011 | 1000111 | 11001 | 100 | 110111 | 110001 |
Color Harmonies of #C04038
Complementary color
Monochromatic Colors of #C04038
Black with #C04038
Text Example
Text Example
White with #C04038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04038; }
p { color: rgb(192,64,56); }
H1.HeaderClassName
{
color: #C04038;
}
.AnyTagClassName
{
color: #C04038;
}
</style>
background-color css
<style>
a { background-color: #C04038; }
a { background-color: rgb(192,64,56); }
div.DivClassName
{
background-color: #C04038;
}
.BgClassName
{
background-color: #C04038;
}
</style>
border-color css
<style>
span { border-color: #C04038; }
span { border-color: rgb(192,64,56); }
td.TdClassName
{
border-color: #C04038;
}
.TagClassName
{
border-color: #C04038;
}
</style>