Shades of Grenadier #C04530
Tints of Grenadier #C04530
RGB
CMYK
RGB Variations
Color information
#C04530 (or 0xC04530) is known color: Grenadier. HEX triplet: C0, 45 and 30. RGB value is (192,69,48). Sum of RGB (Red+Green+Blue) = 192+69+48=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04530 is #3FBACF. Grayscale: #676767. Windows color (decimal): -4176592 or 3163584. OLE color: 3163584.
HSL color Cylindrical-coordinate representation of color #C04530: hue angle of 8.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C04530 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 48 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.25 |
| HSL | 8.75º | 0.6% | 0.47% | - |
| HSV(B) | 8.75º | 0.75% | 0.75% | - |
| XYZ | 24.4 | 15.68 | 4.54 | - |
| YUV | 103.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 48 | 0 | 0.64 | 0.75 | 0.25 | 8.75 | 0.6 | 0.47 |
| Hex | C0 | 45 | 30 | 0 | 40 | 4B | 19 | 9 | 3C | 2F |
| Octal | 300 | 105 | 60 | 0 | 100 | 113 | 31 | 11 | 74 | 57 |
| Binary | 11000000 | 1000101 | 110000 | 0 | 1000000 | 1001011 | 11001 | 1001 | 111100 | 101111 |
Color Harmonies of #C04530
Complementary color
Monochromatic Colors of #C04530
Black with #C04530
Text Example
Text Example
White with #C04530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04530; }
p { color: rgb(192,69,48); }
H1.HeaderClassName
{
color: #C04530;
}
.AnyTagClassName
{
color: #C04530;
}
</style>
background-color css
<style>
a { background-color: #C04530; }
a { background-color: rgb(192,69,48); }
div.DivClassName
{
background-color: #C04530;
}
.BgClassName
{
background-color: #C04530;
}
</style>
border-color css
<style>
span { border-color: #C04530; }
span { border-color: rgb(192,69,48); }
td.TdClassName
{
border-color: #C04530;
}
.TagClassName
{
border-color: #C04530;
}
</style>