Shades of Grenadier #C3443D
Tints of Grenadier #C3443D
RGB
CMYK
RGB Variations
Color information
#C3443D (or 0xC3443D) is known color: Grenadier. HEX triplet: C3, 44 and 3D. RGB value is (195,68,61). Sum of RGB (Red+Green+Blue) = 195+68+61=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443D is #3CBBC2. Grayscale: #696969. Windows color (decimal): -3980227 or 4015299. OLE color: 4015299.
HSL color Cylindrical-coordinate representation of color #C3443D: hue angle of 3.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3443D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.24 |
| HSL | 3.13º | 0.53% | 0.5% | - |
| HSV(B) | 3.13º | 0.69% | 0.76% | - |
| XYZ | 25.42 | 16.07 | 6.18 | - |
| YUV | 105.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 61 | 0 | 0.65 | 0.69 | 0.24 | 3.13 | 0.53 | 0.5 |
| Hex | C3 | 44 | 3D | 0 | 41 | 45 | 18 | 3 | 35 | 32 |
| Octal | 303 | 104 | 75 | 0 | 101 | 105 | 30 | 3 | 65 | 62 |
| Binary | 11000011 | 1000100 | 111101 | 0 | 1000001 | 1000101 | 11000 | 11 | 110101 | 110010 |
Color Harmonies of #C3443D
Complementary color
Monochromatic Colors of #C3443D
Black with #C3443D
Text Example
Text Example
White with #C3443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3443D; }
p { color: rgb(195,68,61); }
H1.HeaderClassName
{
color: #C3443D;
}
.AnyTagClassName
{
color: #C3443D;
}
</style>
background-color css
<style>
a { background-color: #C3443D; }
a { background-color: rgb(195,68,61); }
div.DivClassName
{
background-color: #C3443D;
}
.BgClassName
{
background-color: #C3443D;
}
</style>
border-color css
<style>
span { border-color: #C3443D; }
span { border-color: rgb(195,68,61); }
td.TdClassName
{
border-color: #C3443D;
}
.TagClassName
{
border-color: #C3443D;
}
</style>