Shades of Grenadier #C34430
Tints of Grenadier #C34430
RGB
CMYK
RGB Variations
Color information
#C34430 (or 0xC34430) is known color: Grenadier. HEX triplet: C3, 44 and 30. RGB value is (195,68,48). Sum of RGB (Red+Green+Blue) = 195+68+48=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C34430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34430 is #3CBBCF. Grayscale: #676767. Windows color (decimal): -3980240 or 3163331. OLE color: 3163331.
HSL color Cylindrical-coordinate representation of color #C34430: hue angle of 8.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34430 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 48 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.24 |
| HSL | 8.16º | 0.6% | 0.48% | - |
| HSV(B) | 8.16º | 0.75% | 0.76% | - |
| XYZ | 25.11 | 15.95 | 4.55 | - |
| YUV | 103.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 48 | 0 | 0.65 | 0.75 | 0.24 | 8.16 | 0.6 | 0.48 |
| Hex | C3 | 44 | 30 | 0 | 41 | 4B | 18 | 8 | 3C | 30 |
| Octal | 303 | 104 | 60 | 0 | 101 | 113 | 30 | 10 | 74 | 60 |
| Binary | 11000011 | 1000100 | 110000 | 0 | 1000001 | 1001011 | 11000 | 1000 | 111100 | 110000 |
Color Harmonies of #C34430
Complementary color
Monochromatic Colors of #C34430
Black with #C34430
Text Example
Text Example
White with #C34430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34430; }
p { color: rgb(195,68,48); }
H1.HeaderClassName
{
color: #C34430;
}
.AnyTagClassName
{
color: #C34430;
}
</style>
background-color css
<style>
a { background-color: #C34430; }
a { background-color: rgb(195,68,48); }
div.DivClassName
{
background-color: #C34430;
}
.BgClassName
{
background-color: #C34430;
}
</style>
border-color css
<style>
span { border-color: #C34430; }
span { border-color: rgb(195,68,48); }
td.TdClassName
{
border-color: #C34430;
}
.TagClassName
{
border-color: #C34430;
}
</style>