Shades of Grenadier #C34933
Tints of Grenadier #C34933
RGB
CMYK
RGB Variations
Color information
#C34933 (or 0xC34933) is known color: Grenadier. HEX triplet: C3, 49 and 33. RGB value is (195,73,51). Sum of RGB (Red+Green+Blue) = 195+73+51=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34933 is #3CB6CC. Grayscale: #6B6B6B. Windows color (decimal): -3978957 or 3361219. OLE color: 3361219.
HSL color Cylindrical-coordinate representation of color #C34933: hue angle of 9.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34933 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 51 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.24 |
| HSL | 9.17º | 0.59% | 0.48% | - |
| HSV(B) | 9.17º | 0.74% | 0.76% | - |
| XYZ | 25.49 | 16.61 | 4.99 | - |
| YUV | 106.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 51 | 0 | 0.63 | 0.74 | 0.24 | 9.17 | 0.59 | 0.48 |
| Hex | C3 | 49 | 33 | 0 | 3F | 4A | 18 | 9 | 3B | 30 |
| Octal | 303 | 111 | 63 | 0 | 77 | 112 | 30 | 11 | 73 | 60 |
| Binary | 11000011 | 1001001 | 110011 | 0 | 111111 | 1001010 | 11000 | 1001 | 111011 | 110000 |
Color Harmonies of #C34933
Complementary color
Monochromatic Colors of #C34933
Black with #C34933
Text Example
Text Example
White with #C34933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34933; }
p { color: rgb(195,73,51); }
H1.HeaderClassName
{
color: #C34933;
}
.AnyTagClassName
{
color: #C34933;
}
</style>
background-color css
<style>
a { background-color: #C34933; }
a { background-color: rgb(195,73,51); }
div.DivClassName
{
background-color: #C34933;
}
.BgClassName
{
background-color: #C34933;
}
</style>
border-color css
<style>
span { border-color: #C34933; }
span { border-color: rgb(195,73,51); }
td.TdClassName
{
border-color: #C34933;
}
.TagClassName
{
border-color: #C34933;
}
</style>