Shades of Grenadier #C3402C
Tints of Grenadier #C3402C
RGB
CMYK
RGB Variations
Color information
#C3402C (or 0xC3402C) is known color: Grenadier. HEX triplet: C3, 40 and 2C. RGB value is (195,64,44). Sum of RGB (Red+Green+Blue) = 195+64+44=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3402C is #3CBFD3. Grayscale: #656565. Windows color (decimal): -3981268 or 2900163. OLE color: 2900163.
HSL color Cylindrical-coordinate representation of color #C3402C: hue angle of 7.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3402C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 44 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.24 |
| HSL | 7.95º | 0.63% | 0.47% | - |
| HSV(B) | 7.95º | 0.77% | 0.76% | - |
| XYZ | 24.79 | 15.45 | 4.06 | - |
| YUV | 100.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 44 | 0 | 0.67 | 0.77 | 0.24 | 7.95 | 0.63 | 0.47 |
| Hex | C3 | 40 | 2C | 0 | 43 | 4D | 18 | 8 | 3F | 2F |
| Octal | 303 | 100 | 54 | 0 | 103 | 115 | 30 | 10 | 77 | 57 |
| Binary | 11000011 | 1000000 | 101100 | 0 | 1000011 | 1001101 | 11000 | 1000 | 111111 | 101111 |
Color Harmonies of #C3402C
Complementary color
Monochromatic Colors of #C3402C
Black with #C3402C
Text Example
Text Example
White with #C3402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3402C; }
p { color: rgb(195,64,44); }
H1.HeaderClassName
{
color: #C3402C;
}
.AnyTagClassName
{
color: #C3402C;
}
</style>
background-color css
<style>
a { background-color: #C3402C; }
a { background-color: rgb(195,64,44); }
div.DivClassName
{
background-color: #C3402C;
}
.BgClassName
{
background-color: #C3402C;
}
</style>
border-color css
<style>
span { border-color: #C3402C; }
span { border-color: rgb(195,64,44); }
td.TdClassName
{
border-color: #C3402C;
}
.TagClassName
{
border-color: #C3402C;
}
</style>