Shades of Grenadier #C04B3C
Tints of Grenadier #C04B3C
RGB
CMYK
RGB Variations
Color information
#C04B3C (or 0xC04B3C) is known color: Grenadier. HEX triplet: C0, 4B and 3C. RGB value is (192,75,60). Sum of RGB (Red+Green+Blue) = 192+75+60=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B3C is #3FB4C3. Grayscale: #6C6C6C. Windows color (decimal): -4175044 or 3951552. OLE color: 3951552.
HSL color Cylindrical-coordinate representation of color #C04B3C: hue angle of 6.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04B3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 60 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.25 |
| HSL | 6.82º | 0.52% | 0.49% | - |
| HSV(B) | 6.82º | 0.69% | 0.75% | - |
| XYZ | 25.07 | 16.56 | 6.15 | - |
| YUV | 108.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 60 | 0 | 0.61 | 0.69 | 0.25 | 6.82 | 0.52 | 0.49 |
| Hex | C0 | 4B | 3C | 0 | 3D | 45 | 19 | 7 | 34 | 31 |
| Octal | 300 | 113 | 74 | 0 | 75 | 105 | 31 | 7 | 64 | 61 |
| Binary | 11000000 | 1001011 | 111100 | 0 | 111101 | 1000101 | 11001 | 111 | 110100 | 110001 |
Color Harmonies of #C04B3C
Complementary color
Monochromatic Colors of #C04B3C
Black with #C04B3C
Text Example
Text Example
White with #C04B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B3C; }
p { color: rgb(192,75,60); }
H1.HeaderClassName
{
color: #C04B3C;
}
.AnyTagClassName
{
color: #C04B3C;
}
</style>
background-color css
<style>
a { background-color: #C04B3C; }
a { background-color: rgb(192,75,60); }
div.DivClassName
{
background-color: #C04B3C;
}
.BgClassName
{
background-color: #C04B3C;
}
</style>
border-color css
<style>
span { border-color: #C04B3C; }
span { border-color: rgb(192,75,60); }
td.TdClassName
{
border-color: #C04B3C;
}
.TagClassName
{
border-color: #C04B3C;
}
</style>