Shades of Grenadier #C3443A
Tints of Grenadier #C3443A
RGB
CMYK
RGB Variations
Color information
#C3443A (or 0xC3443A) is known color: Grenadier. HEX triplet: C3, 44 and 3A. RGB value is (195,68,58). Sum of RGB (Red+Green+Blue) = 195+68+58=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443A is #3CBBC5. Grayscale: #696969. Windows color (decimal): -3980230 or 3818691. OLE color: 3818691.
HSL color Cylindrical-coordinate representation of color #C3443A: hue angle of 4.38º 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 #C3443A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.24 |
| HSL | 4.38º | 0.54% | 0.5% | - |
| HSV(B) | 4.38º | 0.7% | 0.76% | - |
| XYZ | 25.34 | 16.04 | 5.76 | - |
| YUV | 104.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 58 | 0 | 0.65 | 0.70 | 0.24 | 4.38 | 0.54 | 0.5 |
| Hex | C3 | 44 | 3A | 0 | 41 | 46 | 18 | 4 | 36 | 32 |
| Octal | 303 | 104 | 72 | 0 | 101 | 106 | 30 | 4 | 66 | 62 |
| Binary | 11000011 | 1000100 | 111010 | 0 | 1000001 | 1000110 | 11000 | 100 | 110110 | 110010 |
Color Harmonies of #C3443A
Complementary color
Monochromatic Colors of #C3443A
Black with #C3443A
Text Example
Text Example
White with #C3443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3443A; }
p { color: rgb(195,68,58); }
H1.HeaderClassName
{
color: #C3443A;
}
.AnyTagClassName
{
color: #C3443A;
}
</style>
background-color css
<style>
a { background-color: #C3443A; }
a { background-color: rgb(195,68,58); }
div.DivClassName
{
background-color: #C3443A;
}
.BgClassName
{
background-color: #C3443A;
}
</style>
border-color css
<style>
span { border-color: #C3443A; }
span { border-color: rgb(195,68,58); }
td.TdClassName
{
border-color: #C3443A;
}
.TagClassName
{
border-color: #C3443A;
}
</style>