Shades of Grenadier #C4433D
Tints of Grenadier #C4433D
RGB
CMYK
RGB Variations
Color information
#C4433D (or 0xC4433D) is known color: Grenadier. HEX triplet: C4, 43 and 3D. RGB value is (196,67,61). Sum of RGB (Red+Green+Blue) = 196+67+61=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4433D is #3BBCC2. Grayscale: #696969. Windows color (decimal): -3914947 or 4015044. OLE color: 4015044.
HSL color Cylindrical-coordinate representation of color #C4433D: hue angle of 2.67º 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 #C4433D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 61 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.23 |
| HSL | 2.67º | 0.53% | 0.5% | - |
| HSV(B) | 2.67º | 0.69% | 0.77% | - |
| XYZ | 25.61 | 16.09 | 6.17 | - |
| YUV | 104.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 61 | 0 | 0.66 | 0.69 | 0.23 | 2.67 | 0.53 | 0.5 |
| Hex | C4 | 43 | 3D | 0 | 42 | 45 | 17 | 3 | 35 | 32 |
| Octal | 304 | 103 | 75 | 0 | 102 | 105 | 27 | 3 | 65 | 62 |
| Binary | 11000100 | 1000011 | 111101 | 0 | 1000010 | 1000101 | 10111 | 11 | 110101 | 110010 |
Color Harmonies of #C4433D
Complementary color
Monochromatic Colors of #C4433D
Black with #C4433D
Text Example
Text Example
White with #C4433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4433D; }
p { color: rgb(196,67,61); }
H1.HeaderClassName
{
color: #C4433D;
}
.AnyTagClassName
{
color: #C4433D;
}
</style>
background-color css
<style>
a { background-color: #C4433D; }
a { background-color: rgb(196,67,61); }
div.DivClassName
{
background-color: #C4433D;
}
.BgClassName
{
background-color: #C4433D;
}
</style>
border-color css
<style>
span { border-color: #C4433D; }
span { border-color: rgb(196,67,61); }
td.TdClassName
{
border-color: #C4433D;
}
.TagClassName
{
border-color: #C4433D;
}
</style>