Shades of Grenadier #C3443C
Tints of Grenadier #C3443C
RGB
CMYK
RGB Variations
Color information
#C3443C (or 0xC3443C) is known color: Grenadier. HEX triplet: C3, 44 and 3C. RGB value is (195,68,60). Sum of RGB (Red+Green+Blue) = 195+68+60=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443C is #3CBBC3. Grayscale: #696969. Windows color (decimal): -3980228 or 3949763. OLE color: 3949763.
HSL color Cylindrical-coordinate representation of color #C3443C: hue angle of 3.56º 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 #C3443C is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 60 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.24 |
| HSL | 3.56º | 0.53% | 0.5% | - |
| HSV(B) | 3.56º | 0.69% | 0.76% | - |
| XYZ | 25.39 | 16.06 | 6.04 | - |
| YUV | 105.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 60 | 0 | 0.65 | 0.69 | 0.24 | 3.56 | 0.53 | 0.5 |
| Hex | C3 | 44 | 3C | 0 | 41 | 45 | 18 | 4 | 35 | 32 |
| Octal | 303 | 104 | 74 | 0 | 101 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000011 | 1000100 | 111100 | 0 | 1000001 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C3443C
Complementary color
Monochromatic Colors of #C3443C
Black with #C3443C
Text Example
Text Example
White with #C3443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3443C; }
p { color: rgb(195,68,60); }
H1.HeaderClassName
{
color: #C3443C;
}
.AnyTagClassName
{
color: #C3443C;
}
</style>
background-color css
<style>
a { background-color: #C3443C; }
a { background-color: rgb(195,68,60); }
div.DivClassName
{
background-color: #C3443C;
}
.BgClassName
{
background-color: #C3443C;
}
</style>
border-color css
<style>
span { border-color: #C3443C; }
span { border-color: rgb(195,68,60); }
td.TdClassName
{
border-color: #C3443C;
}
.TagClassName
{
border-color: #C3443C;
}
</style>