Shades of Grenadier #C3442D
Tints of Grenadier #C3442D
RGB
CMYK
RGB Variations
Color information
#C3442D (or 0xC3442D) is known color: Grenadier. HEX triplet: C3, 44 and 2D. RGB value is (195,68,45). Sum of RGB (Red+Green+Blue) = 195+68+45=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3442D is #3CBBD2. Grayscale: #676767. Windows color (decimal): -3980243 or 2966723. OLE color: 2966723.
HSL color Cylindrical-coordinate representation of color #C3442D: hue angle of 9.2º degrees, saturation: 0.62, 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 #C3442D is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 45 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.24 |
| HSL | 9.2º | 0.63% | 0.47% | - |
| HSV(B) | 9.2º | 0.77% | 0.76% | - |
| XYZ | 25.05 | 15.93 | 4.24 | - |
| YUV | 103.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 45 | 0 | 0.65 | 0.77 | 0.24 | 9.2 | 0.63 | 0.47 |
| Hex | C3 | 44 | 2D | 0 | 41 | 4D | 18 | 9 | 3E | 2F |
| Octal | 303 | 104 | 55 | 0 | 101 | 115 | 30 | 11 | 76 | 57 |
| Binary | 11000011 | 1000100 | 101101 | 0 | 1000001 | 1001101 | 11000 | 1001 | 111110 | 101111 |
Color Harmonies of #C3442D
Complementary color
Monochromatic Colors of #C3442D
Black with #C3442D
Text Example
Text Example
White with #C3442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3442D; }
p { color: rgb(195,68,45); }
H1.HeaderClassName
{
color: #C3442D;
}
.AnyTagClassName
{
color: #C3442D;
}
</style>
background-color css
<style>
a { background-color: #C3442D; }
a { background-color: rgb(195,68,45); }
div.DivClassName
{
background-color: #C3442D;
}
.BgClassName
{
background-color: #C3442D;
}
</style>
border-color css
<style>
span { border-color: #C3442D; }
span { border-color: rgb(195,68,45); }
td.TdClassName
{
border-color: #C3442D;
}
.TagClassName
{
border-color: #C3442D;
}
</style>