Shades of Grenadier #C4453D
Tints of Grenadier #C4453D
RGB
CMYK
RGB Variations
Color information
#C4453D (or 0xC4453D) is known color: Grenadier. HEX triplet: C4, 45 and 3D. RGB value is (196,69,61). Sum of RGB (Red+Green+Blue) = 196+69+61=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4453D is #3BBAC2. Grayscale: #6A6A6A. Windows color (decimal): -3914435 or 4015556. OLE color: 4015556.
HSL color Cylindrical-coordinate representation of color #C4453D: hue angle of 3.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4453D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.23 |
| HSL | 3.56º | 0.53% | 0.5% | - |
| HSV(B) | 3.56º | 0.69% | 0.77% | - |
| XYZ | 25.74 | 16.33 | 6.21 | - |
| YUV | 106.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 61 | 0 | 0.65 | 0.69 | 0.23 | 3.56 | 0.53 | 0.5 |
| Hex | C4 | 45 | 3D | 0 | 41 | 45 | 17 | 4 | 35 | 32 |
| Octal | 304 | 105 | 75 | 0 | 101 | 105 | 27 | 4 | 65 | 62 |
| Binary | 11000100 | 1000101 | 111101 | 0 | 1000001 | 1000101 | 10111 | 100 | 110101 | 110010 |
Color Harmonies of #C4453D
Complementary color
Monochromatic Colors of #C4453D
Black with #C4453D
Text Example
Text Example
White with #C4453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4453D; }
p { color: rgb(196,69,61); }
H1.HeaderClassName
{
color: #C4453D;
}
.AnyTagClassName
{
color: #C4453D;
}
</style>
background-color css
<style>
a { background-color: #C4453D; }
a { background-color: rgb(196,69,61); }
div.DivClassName
{
background-color: #C4453D;
}
.BgClassName
{
background-color: #C4453D;
}
</style>
border-color css
<style>
span { border-color: #C4453D; }
span { border-color: rgb(196,69,61); }
td.TdClassName
{
border-color: #C4453D;
}
.TagClassName
{
border-color: #C4453D;
}
</style>