Shades of Grenadier #C84B3B
Tints of Grenadier #C84B3B
RGB
CMYK
RGB Variations
Color information
#C84B3B (or 0xC84B3B) is known color: Grenadier. HEX triplet: C8, 4B and 3B. RGB value is (200,75,59). Sum of RGB (Red+Green+Blue) = 200+75+59=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B3B is #37B4C4. Grayscale: #6E6E6E. Windows color (decimal): -3650757 or 3886024. OLE color: 3886024.
HSL color Cylindrical-coordinate representation of color #C84B3B: hue angle of 6.81º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C84B3B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 59 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.22 |
| HSL | 6.81º | 0.56% | 0.51% | - |
| HSV(B) | 6.81º | 0.71% | 0.78% | - |
| XYZ | 27.12 | 17.63 | 6.11 | - |
| YUV | 110.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 59 | 0 | 0.62 | 0.70 | 0.22 | 6.81 | 0.56 | 0.51 |
| Hex | C8 | 4B | 3B | 0 | 3E | 46 | 16 | 7 | 38 | 33 |
| Octal | 310 | 113 | 73 | 0 | 76 | 106 | 26 | 7 | 70 | 63 |
| Binary | 11001000 | 1001011 | 111011 | 0 | 111110 | 1000110 | 10110 | 111 | 111000 | 110011 |
Color Harmonies of #C84B3B
Complementary color
Monochromatic Colors of #C84B3B
Black with #C84B3B
Text Example
Text Example
White with #C84B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B3B; }
p { color: rgb(200,75,59); }
H1.HeaderClassName
{
color: #C84B3B;
}
.AnyTagClassName
{
color: #C84B3B;
}
</style>
background-color css
<style>
a { background-color: #C84B3B; }
a { background-color: rgb(200,75,59); }
div.DivClassName
{
background-color: #C84B3B;
}
.BgClassName
{
background-color: #C84B3B;
}
</style>
border-color css
<style>
span { border-color: #C84B3B; }
span { border-color: rgb(200,75,59); }
td.TdClassName
{
border-color: #C84B3B;
}
.TagClassName
{
border-color: #C84B3B;
}
</style>