Shades of Grenadier #C64130
Tints of Grenadier #C64130
RGB
CMYK
RGB Variations
Color information
#C64130 (or 0xC64130) is known color: Grenadier. HEX triplet: C6, 41 and 30. RGB value is (198,65,48). Sum of RGB (Red+Green+Blue) = 198+65+48=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C64130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64130 is #39BECF. Grayscale: #676767. Windows color (decimal): -3784400 or 3162566. OLE color: 3162566.
HSL color Cylindrical-coordinate representation of color #C64130: hue angle of 6.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C64130 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 48 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.22 |
| HSL | 6.8º | 0.61% | 0.48% | - |
| HSV(B) | 6.8º | 0.76% | 0.78% | - |
| XYZ | 25.71 | 16 | 4.53 | - |
| YUV | 102.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 48 | 0 | 0.67 | 0.76 | 0.22 | 6.8 | 0.61 | 0.48 |
| Hex | C6 | 41 | 30 | 0 | 43 | 4C | 16 | 7 | 3D | 30 |
| Octal | 306 | 101 | 60 | 0 | 103 | 114 | 26 | 7 | 75 | 60 |
| Binary | 11000110 | 1000001 | 110000 | 0 | 1000011 | 1001100 | 10110 | 111 | 111101 | 110000 |
Color Harmonies of #C64130
Complementary color
Monochromatic Colors of #C64130
Black with #C64130
Text Example
Text Example
White with #C64130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64130; }
p { color: rgb(198,65,48); }
H1.HeaderClassName
{
color: #C64130;
}
.AnyTagClassName
{
color: #C64130;
}
</style>
background-color css
<style>
a { background-color: #C64130; }
a { background-color: rgb(198,65,48); }
div.DivClassName
{
background-color: #C64130;
}
.BgClassName
{
background-color: #C64130;
}
</style>
border-color css
<style>
span { border-color: #C64130; }
span { border-color: rgb(198,65,48); }
td.TdClassName
{
border-color: #C64130;
}
.TagClassName
{
border-color: #C64130;
}
</style>