Shades of Grenadier #C3443B
Tints of Grenadier #C3443B
RGB
CMYK
RGB Variations
Color information
#C3443B (or 0xC3443B) is known color: Grenadier. HEX triplet: C3, 44 and 3B. RGB value is (195,68,59). Sum of RGB (Red+Green+Blue) = 195+68+59=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443B is #3CBBC4. Grayscale: #696969. Windows color (decimal): -3980229 or 3884227. OLE color: 3884227.
HSL color Cylindrical-coordinate representation of color #C3443B: hue angle of 3.97º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3443B is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 59 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.24 |
| HSL | 3.97º | 0.54% | 0.5% | - |
| HSV(B) | 3.97º | 0.7% | 0.76% | - |
| XYZ | 25.36 | 16.05 | 5.9 | - |
| YUV | 104.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 59 | 0 | 0.65 | 0.70 | 0.24 | 3.97 | 0.54 | 0.5 |
| Hex | C3 | 44 | 3B | 0 | 41 | 46 | 18 | 4 | 36 | 32 |
| Octal | 303 | 104 | 73 | 0 | 101 | 106 | 30 | 4 | 66 | 62 |
| Binary | 11000011 | 1000100 | 111011 | 0 | 1000001 | 1000110 | 11000 | 100 | 110110 | 110010 |
Color Harmonies of #C3443B
Complementary color
Monochromatic Colors of #C3443B
Black with #C3443B
Text Example
Text Example
White with #C3443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3443B; }
p { color: rgb(195,68,59); }
H1.HeaderClassName
{
color: #C3443B;
}
.AnyTagClassName
{
color: #C3443B;
}
</style>
background-color css
<style>
a { background-color: #C3443B; }
a { background-color: rgb(195,68,59); }
div.DivClassName
{
background-color: #C3443B;
}
.BgClassName
{
background-color: #C3443B;
}
</style>
border-color css
<style>
span { border-color: #C3443B; }
span { border-color: rgb(195,68,59); }
td.TdClassName
{
border-color: #C3443B;
}
.TagClassName
{
border-color: #C3443B;
}
</style>