Shades of Grenadier #C04B30
Tints of Grenadier #C04B30
RGB
CMYK
RGB Variations
Color information
#C04B30 (or 0xC04B30) is known color: Grenadier. HEX triplet: C0, 4B and 30. RGB value is (192,75,48). Sum of RGB (Red+Green+Blue) = 192+75+48=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B30 is #3FB4CF. Grayscale: #6B6B6B. Windows color (decimal): -4175056 or 3165120. OLE color: 3165120.
HSL color Cylindrical-coordinate representation of color #C04B30: hue angle of 11.25º 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 #C04B30 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 48 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.25 |
| HSL | 11.25º | 0.6% | 0.47% | - |
| HSV(B) | 11.25º | 0.75% | 0.75% | - |
| XYZ | 24.79 | 16.45 | 4.67 | - |
| YUV | 106.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 48 | 0 | 0.61 | 0.75 | 0.25 | 11.25 | 0.6 | 0.47 |
| Hex | C0 | 4B | 30 | 0 | 3D | 4B | 19 | B | 3C | 2F |
| Octal | 300 | 113 | 60 | 0 | 75 | 113 | 31 | 13 | 74 | 57 |
| Binary | 11000000 | 1001011 | 110000 | 0 | 111101 | 1001011 | 11001 | 1011 | 111100 | 101111 |
Color Harmonies of #C04B30
Complementary color
Monochromatic Colors of #C04B30
Black with #C04B30
Text Example
Text Example
White with #C04B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B30; }
p { color: rgb(192,75,48); }
H1.HeaderClassName
{
color: #C04B30;
}
.AnyTagClassName
{
color: #C04B30;
}
</style>
background-color css
<style>
a { background-color: #C04B30; }
a { background-color: rgb(192,75,48); }
div.DivClassName
{
background-color: #C04B30;
}
.BgClassName
{
background-color: #C04B30;
}
</style>
border-color css
<style>
span { border-color: #C04B30; }
span { border-color: rgb(192,75,48); }
td.TdClassName
{
border-color: #C04B30;
}
.TagClassName
{
border-color: #C04B30;
}
</style>