Shades of Grenadier #C34B33
Tints of Grenadier #C34B33
RGB
CMYK
RGB Variations
Color information
#C34B33 (or 0xC34B33) is known color: Grenadier. HEX triplet: C3, 4B and 33. RGB value is (195,75,51). Sum of RGB (Red+Green+Blue) = 195+75+51=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B33 is #3CB4CC. Grayscale: #6C6C6C. Windows color (decimal): -3978445 or 3361731. OLE color: 3361731.
HSL color Cylindrical-coordinate representation of color #C34B33: hue angle of 10º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34B33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 10º | 0.59% | 0.48% | - |
| HSV(B) | 10º | 0.74% | 0.76% | - |
| XYZ | 25.62 | 16.87 | 5.04 | - |
| YUV | 108.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 51 | 0 | 0.62 | 0.74 | 0.24 | 10 | 0.59 | 0.48 |
| Hex | C3 | 4B | 33 | 0 | 3E | 4A | 18 | A | 3B | 30 |
| Octal | 303 | 113 | 63 | 0 | 76 | 112 | 30 | 12 | 73 | 60 |
| Binary | 11000011 | 1001011 | 110011 | 0 | 111110 | 1001010 | 11000 | 1010 | 111011 | 110000 |
Color Harmonies of #C34B33
Complementary color
Monochromatic Colors of #C34B33
Black with #C34B33
Text Example
Text Example
White with #C34B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B33; }
p { color: rgb(195,75,51); }
H1.HeaderClassName
{
color: #C34B33;
}
.AnyTagClassName
{
color: #C34B33;
}
</style>
background-color css
<style>
a { background-color: #C34B33; }
a { background-color: rgb(195,75,51); }
div.DivClassName
{
background-color: #C34B33;
}
.BgClassName
{
background-color: #C34B33;
}
</style>
border-color css
<style>
span { border-color: #C34B33; }
span { border-color: rgb(195,75,51); }
td.TdClassName
{
border-color: #C34B33;
}
.TagClassName
{
border-color: #C34B33;
}
</style>