Shades of Grenadier #C3433B
Tints of Grenadier #C3433B
RGB
CMYK
RGB Variations
Color information
#C3433B (or 0xC3433B) is known color: Grenadier. HEX triplet: C3, 43 and 3B. RGB value is (195,67,59). Sum of RGB (Red+Green+Blue) = 195+67+59=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3433B is #3CBCC4. Grayscale: #686868. Windows color (decimal): -3980485 or 3883971. OLE color: 3883971.
HSL color Cylindrical-coordinate representation of color #C3433B: hue angle of 3.53º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3433B is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 59 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.24 |
| HSL | 3.53º | 0.54% | 0.5% | - |
| HSV(B) | 3.53º | 0.7% | 0.76% | - |
| XYZ | 25.3 | 15.93 | 5.88 | - |
| YUV | 104.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 59 | 0 | 0.66 | 0.70 | 0.24 | 3.53 | 0.54 | 0.5 |
| Hex | C3 | 43 | 3B | 0 | 42 | 46 | 18 | 4 | 36 | 32 |
| Octal | 303 | 103 | 73 | 0 | 102 | 106 | 30 | 4 | 66 | 62 |
| Binary | 11000011 | 1000011 | 111011 | 0 | 1000010 | 1000110 | 11000 | 100 | 110110 | 110010 |
Color Harmonies of #C3433B
Complementary color
Monochromatic Colors of #C3433B
Black with #C3433B
Text Example
Text Example
White with #C3433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3433B; }
p { color: rgb(195,67,59); }
H1.HeaderClassName
{
color: #C3433B;
}
.AnyTagClassName
{
color: #C3433B;
}
</style>
background-color css
<style>
a { background-color: #C3433B; }
a { background-color: rgb(195,67,59); }
div.DivClassName
{
background-color: #C3433B;
}
.BgClassName
{
background-color: #C3433B;
}
</style>
border-color css
<style>
span { border-color: #C3433B; }
span { border-color: rgb(195,67,59); }
td.TdClassName
{
border-color: #C3433B;
}
.TagClassName
{
border-color: #C3433B;
}
</style>