Shades of Grenadier #C54330
Tints of Grenadier #C54330
RGB
CMYK
RGB Variations
Color information
#C54330 (or 0xC54330) is known color: Grenadier. HEX triplet: C5, 43 and 30. RGB value is (197,67,48). Sum of RGB (Red+Green+Blue) = 197+67+48=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C54330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54330 is #3ABCCF. Grayscale: #676767. Windows color (decimal): -3849424 or 3163077. OLE color: 3163077.
HSL color Cylindrical-coordinate representation of color #C54330: hue angle of 7.65º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54330 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 48 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.23 |
| HSL | 7.65º | 0.61% | 0.48% | - |
| HSV(B) | 7.65º | 0.76% | 0.77% | - |
| XYZ | 25.57 | 16.1 | 4.56 | - |
| YUV | 103.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 48 | 0 | 0.66 | 0.76 | 0.23 | 7.65 | 0.61 | 0.48 |
| Hex | C5 | 43 | 30 | 0 | 42 | 4C | 17 | 8 | 3D | 30 |
| Octal | 305 | 103 | 60 | 0 | 102 | 114 | 27 | 10 | 75 | 60 |
| Binary | 11000101 | 1000011 | 110000 | 0 | 1000010 | 1001100 | 10111 | 1000 | 111101 | 110000 |
Color Harmonies of #C54330
Complementary color
Monochromatic Colors of #C54330
Black with #C54330
Text Example
Text Example
White with #C54330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54330; }
p { color: rgb(197,67,48); }
H1.HeaderClassName
{
color: #C54330;
}
.AnyTagClassName
{
color: #C54330;
}
</style>
background-color css
<style>
a { background-color: #C54330; }
a { background-color: rgb(197,67,48); }
div.DivClassName
{
background-color: #C54330;
}
.BgClassName
{
background-color: #C54330;
}
</style>
border-color css
<style>
span { border-color: #C54330; }
span { border-color: rgb(197,67,48); }
td.TdClassName
{
border-color: #C54330;
}
.TagClassName
{
border-color: #C54330;
}
</style>