Shades of Grenadier #C3463F
Tints of Grenadier #C3463F
RGB
CMYK
RGB Variations
Color information
#C3463F (or 0xC3463F) is known color: Grenadier. HEX triplet: C3, 46 and 3F. RGB value is (195,70,63). Sum of RGB (Red+Green+Blue) = 195+70+63=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3463F is #3CB9C0. Grayscale: #6A6A6A. Windows color (decimal): -3979713 or 4146883. OLE color: 4146883.
HSL color Cylindrical-coordinate representation of color #C3463F: hue angle of 3.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3463F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 63 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.24 |
| HSL | 3.18º | 0.52% | 0.51% | - |
| HSV(B) | 3.18º | 0.68% | 0.76% | - |
| XYZ | 25.59 | 16.34 | 6.51 | - |
| YUV | 106.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 63 | 0 | 0.64 | 0.68 | 0.24 | 3.18 | 0.52 | 0.51 |
| Hex | C3 | 46 | 3F | 0 | 40 | 44 | 18 | 3 | 34 | 33 |
| Octal | 303 | 106 | 77 | 0 | 100 | 104 | 30 | 3 | 64 | 63 |
| Binary | 11000011 | 1000110 | 111111 | 0 | 1000000 | 1000100 | 11000 | 11 | 110100 | 110011 |
Color Harmonies of #C3463F
Complementary color
Monochromatic Colors of #C3463F
Black with #C3463F
Text Example
Text Example
White with #C3463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3463F; }
p { color: rgb(195,70,63); }
H1.HeaderClassName
{
color: #C3463F;
}
.AnyTagClassName
{
color: #C3463F;
}
</style>
background-color css
<style>
a { background-color: #C3463F; }
a { background-color: rgb(195,70,63); }
div.DivClassName
{
background-color: #C3463F;
}
.BgClassName
{
background-color: #C3463F;
}
</style>
border-color css
<style>
span { border-color: #C3463F; }
span { border-color: rgb(195,70,63); }
td.TdClassName
{
border-color: #C3463F;
}
.TagClassName
{
border-color: #C3463F;
}
</style>