Shades of Grenadier #C3412B
Tints of Grenadier #C3412B
RGB
CMYK
RGB Variations
Color information
#C3412B (or 0xC3412B) is known color: Grenadier. HEX triplet: C3, 41 and 2B. RGB value is (195,65,43). Sum of RGB (Red+Green+Blue) = 195+65+43=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3412B is #3CBED4. Grayscale: #656565. Windows color (decimal): -3981013 or 2834883. OLE color: 2834883.
HSL color Cylindrical-coordinate representation of color #C3412B: hue angle of 8.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3412B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 43 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.24 |
| HSL | 8.68º | 0.64% | 0.47% | - |
| HSV(B) | 8.68º | 0.78% | 0.76% | - |
| XYZ | 24.83 | 15.56 | 3.98 | - |
| YUV | 101.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 43 | 0 | 0.67 | 0.78 | 0.24 | 8.68 | 0.64 | 0.47 |
| Hex | C3 | 41 | 2B | 0 | 43 | 4E | 18 | 9 | 40 | 2F |
| Octal | 303 | 101 | 53 | 0 | 103 | 116 | 30 | 11 | 100 | 57 |
| Binary | 11000011 | 1000001 | 101011 | 0 | 1000011 | 1001110 | 11000 | 1001 | 1000000 | 101111 |
Color Harmonies of #C3412B
Complementary color
Monochromatic Colors of #C3412B
Black with #C3412B
Text Example
Text Example
White with #C3412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3412B; }
p { color: rgb(195,65,43); }
H1.HeaderClassName
{
color: #C3412B;
}
.AnyTagClassName
{
color: #C3412B;
}
</style>
background-color css
<style>
a { background-color: #C3412B; }
a { background-color: rgb(195,65,43); }
div.DivClassName
{
background-color: #C3412B;
}
.BgClassName
{
background-color: #C3412B;
}
</style>
border-color css
<style>
span { border-color: #C3412B; }
span { border-color: rgb(195,65,43); }
td.TdClassName
{
border-color: #C3412B;
}
.TagClassName
{
border-color: #C3412B;
}
</style>