Shades of Grenadier #C34830
Tints of Grenadier #C34830
RGB
CMYK
RGB Variations
Color information
#C34830 (or 0xC34830) is known color: Grenadier. HEX triplet: C3, 48 and 30. RGB value is (195,72,48). Sum of RGB (Red+Green+Blue) = 195+72+48=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34830 is #3CB7CF. Grayscale: #6A6A6A. Windows color (decimal): -3979216 or 3164355. OLE color: 3164355.
HSL color Cylindrical-coordinate representation of color #C34830: hue angle of 9.8º 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 #C34830 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 48 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.24 |
| HSL | 9.8º | 0.6% | 0.48% | - |
| HSV(B) | 9.8º | 0.75% | 0.76% | - |
| XYZ | 25.36 | 16.45 | 4.64 | - |
| YUV | 106.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 48 | 0 | 0.63 | 0.75 | 0.24 | 9.8 | 0.6 | 0.48 |
| Hex | C3 | 48 | 30 | 0 | 3F | 4B | 18 | A | 3C | 30 |
| Octal | 303 | 110 | 60 | 0 | 77 | 113 | 30 | 12 | 74 | 60 |
| Binary | 11000011 | 1001000 | 110000 | 0 | 111111 | 1001011 | 11000 | 1010 | 111100 | 110000 |
Color Harmonies of #C34830
Complementary color
Monochromatic Colors of #C34830
Black with #C34830
Text Example
Text Example
White with #C34830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34830; }
p { color: rgb(195,72,48); }
H1.HeaderClassName
{
color: #C34830;
}
.AnyTagClassName
{
color: #C34830;
}
</style>
background-color css
<style>
a { background-color: #C34830; }
a { background-color: rgb(195,72,48); }
div.DivClassName
{
background-color: #C34830;
}
.BgClassName
{
background-color: #C34830;
}
</style>
border-color css
<style>
span { border-color: #C34830; }
span { border-color: rgb(195,72,48); }
td.TdClassName
{
border-color: #C34830;
}
.TagClassName
{
border-color: #C34830;
}
</style>