Shades of Grenadier #C4453A
Tints of Grenadier #C4453A
RGB
CMYK
RGB Variations
Color information
#C4453A (or 0xC4453A) is known color: Grenadier. HEX triplet: C4, 45 and 3A. RGB value is (196,69,58). Sum of RGB (Red+Green+Blue) = 196+69+58=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4453A is #3BBAC5. Grayscale: #696969. Windows color (decimal): -3914438 or 3818948. OLE color: 3818948.
HSL color Cylindrical-coordinate representation of color #C4453A: hue angle of 4.78º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4453A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.23 |
| HSL | 4.78º | 0.54% | 0.5% | - |
| HSV(B) | 4.78º | 0.7% | 0.77% | - |
| XYZ | 25.66 | 16.3 | 5.8 | - |
| YUV | 105.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 58 | 0 | 0.65 | 0.70 | 0.23 | 4.78 | 0.54 | 0.5 |
| Hex | C4 | 45 | 3A | 0 | 41 | 46 | 17 | 5 | 36 | 32 |
| Octal | 304 | 105 | 72 | 0 | 101 | 106 | 27 | 5 | 66 | 62 |
| Binary | 11000100 | 1000101 | 111010 | 0 | 1000001 | 1000110 | 10111 | 101 | 110110 | 110010 |
Color Harmonies of #C4453A
Complementary color
Monochromatic Colors of #C4453A
Black with #C4453A
Text Example
Text Example
White with #C4453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4453A; }
p { color: rgb(196,69,58); }
H1.HeaderClassName
{
color: #C4453A;
}
.AnyTagClassName
{
color: #C4453A;
}
</style>
background-color css
<style>
a { background-color: #C4453A; }
a { background-color: rgb(196,69,58); }
div.DivClassName
{
background-color: #C4453A;
}
.BgClassName
{
background-color: #C4453A;
}
</style>
border-color css
<style>
span { border-color: #C4453A; }
span { border-color: rgb(196,69,58); }
td.TdClassName
{
border-color: #C4453A;
}
.TagClassName
{
border-color: #C4453A;
}
</style>