Shades of Grenadier #C84432
Tints of Grenadier #C84432
RGB
CMYK
RGB Variations
Color information
#C84432 (or 0xC84432) is known color: Grenadier. HEX triplet: C8, 44 and 32. RGB value is (200,68,50). Sum of RGB (Red+Green+Blue) = 200+68+50=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C84432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84432 is #37BBCD. Grayscale: #696969. Windows color (decimal): -3652558 or 3294408. OLE color: 3294408.
HSL color Cylindrical-coordinate representation of color #C84432: hue angle of 7.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84432 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.22 |
| HSL | 7.2º | 0.6% | 0.49% | - |
| HSV(B) | 7.2º | 0.75% | 0.78% | - |
| XYZ | 26.46 | 16.64 | 4.84 | - |
| YUV | 105.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 50 | 0 | 0.66 | 0.75 | 0.22 | 7.2 | 0.6 | 0.49 |
| Hex | C8 | 44 | 32 | 0 | 42 | 4B | 16 | 7 | 3C | 31 |
| Octal | 310 | 104 | 62 | 0 | 102 | 113 | 26 | 7 | 74 | 61 |
| Binary | 11001000 | 1000100 | 110010 | 0 | 1000010 | 1001011 | 10110 | 111 | 111100 | 110001 |
Color Harmonies of #C84432
Complementary color
Monochromatic Colors of #C84432
Black with #C84432
Text Example
Text Example
White with #C84432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84432; }
p { color: rgb(200,68,50); }
H1.HeaderClassName
{
color: #C84432;
}
.AnyTagClassName
{
color: #C84432;
}
</style>
background-color css
<style>
a { background-color: #C84432; }
a { background-color: rgb(200,68,50); }
div.DivClassName
{
background-color: #C84432;
}
.BgClassName
{
background-color: #C84432;
}
</style>
border-color css
<style>
span { border-color: #C84432; }
span { border-color: rgb(200,68,50); }
td.TdClassName
{
border-color: #C84432;
}
.TagClassName
{
border-color: #C84432;
}
</style>