Shades of Grenadier #C64B3A
Tints of Grenadier #C64B3A
RGB
CMYK
RGB Variations
Color information
#C64B3A (or 0xC64B3A) is known color: Grenadier. HEX triplet: C6, 4B and 3A. RGB value is (198,75,58). Sum of RGB (Red+Green+Blue) = 198+75+58=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B3A is #39B4C5. Grayscale: #6E6E6E. Windows color (decimal): -3781830 or 3820486. OLE color: 3820486.
HSL color Cylindrical-coordinate representation of color #C64B3A: hue angle of 7.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64B3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.22 |
| HSL | 7.29º | 0.55% | 0.5% | - |
| HSV(B) | 7.29º | 0.71% | 0.78% | - |
| XYZ | 26.57 | 17.34 | 5.95 | - |
| YUV | 109.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 58 | 0 | 0.62 | 0.71 | 0.22 | 7.29 | 0.55 | 0.5 |
| Hex | C6 | 4B | 3A | 0 | 3E | 47 | 16 | 7 | 37 | 32 |
| Octal | 306 | 113 | 72 | 0 | 76 | 107 | 26 | 7 | 67 | 62 |
| Binary | 11000110 | 1001011 | 111010 | 0 | 111110 | 1000111 | 10110 | 111 | 110111 | 110010 |
Color Harmonies of #C64B3A
Complementary color
Monochromatic Colors of #C64B3A
Black with #C64B3A
Text Example
Text Example
White with #C64B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B3A; }
p { color: rgb(198,75,58); }
H1.HeaderClassName
{
color: #C64B3A;
}
.AnyTagClassName
{
color: #C64B3A;
}
</style>
background-color css
<style>
a { background-color: #C64B3A; }
a { background-color: rgb(198,75,58); }
div.DivClassName
{
background-color: #C64B3A;
}
.BgClassName
{
background-color: #C64B3A;
}
</style>
border-color css
<style>
span { border-color: #C64B3A; }
span { border-color: rgb(198,75,58); }
td.TdClassName
{
border-color: #C64B3A;
}
.TagClassName
{
border-color: #C64B3A;
}
</style>