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