Shades of Grenadier #C3453F
Tints of Grenadier #C3453F
RGB
CMYK
RGB Variations
Color information
#C3453F (or 0xC3453F) is known color: Grenadier. HEX triplet: C3, 45 and 3F. RGB value is (195,69,63). Sum of RGB (Red+Green+Blue) = 195+69+63=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3453F is #3CBAC0. Grayscale: #6A6A6A. Windows color (decimal): -3979969 or 4146627. OLE color: 4146627.
HSL color Cylindrical-coordinate representation of color #C3453F: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3453F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 63 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.24 |
| HSL | 2.73º | 0.52% | 0.51% | - |
| HSV(B) | 2.73º | 0.68% | 0.76% | - |
| XYZ | 25.53 | 16.22 | 6.49 | - |
| YUV | 105.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 63 | 0 | 0.65 | 0.68 | 0.24 | 2.73 | 0.52 | 0.51 |
| Hex | C3 | 45 | 3F | 0 | 41 | 44 | 18 | 3 | 34 | 33 |
| Octal | 303 | 105 | 77 | 0 | 101 | 104 | 30 | 3 | 64 | 63 |
| Binary | 11000011 | 1000101 | 111111 | 0 | 1000001 | 1000100 | 11000 | 11 | 110100 | 110011 |
Color Harmonies of #C3453F
Complementary color
Monochromatic Colors of #C3453F
Black with #C3453F
Text Example
Text Example
White with #C3453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3453F; }
p { color: rgb(195,69,63); }
H1.HeaderClassName
{
color: #C3453F;
}
.AnyTagClassName
{
color: #C3453F;
}
</style>
background-color css
<style>
a { background-color: #C3453F; }
a { background-color: rgb(195,69,63); }
div.DivClassName
{
background-color: #C3453F;
}
.BgClassName
{
background-color: #C3453F;
}
</style>
border-color css
<style>
span { border-color: #C3453F; }
span { border-color: rgb(195,69,63); }
td.TdClassName
{
border-color: #C3453F;
}
.TagClassName
{
border-color: #C3453F;
}
</style>