Shades of Grenadier #C3483A
Tints of Grenadier #C3483A
RGB
CMYK
RGB Variations
Color information
#C3483A (or 0xC3483A) is known color: Grenadier. HEX triplet: C3, 48 and 3A. RGB value is (195,72,58). Sum of RGB (Red+Green+Blue) = 195+72+58=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3483A is #3CB7C5. Grayscale: #6B6B6B. Windows color (decimal): -3979206 or 3819715. OLE color: 3819715.
HSL color Cylindrical-coordinate representation of color #C3483A: hue angle of 6.13º 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 #C3483A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 58 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.24 |
| HSL | 6.13º | 0.54% | 0.5% | - |
| HSV(B) | 6.13º | 0.7% | 0.76% | - |
| XYZ | 25.59 | 16.54 | 5.85 | - |
| YUV | 107.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 58 | 0 | 0.63 | 0.70 | 0.24 | 6.13 | 0.54 | 0.5 |
| Hex | C3 | 48 | 3A | 0 | 3F | 46 | 18 | 6 | 36 | 32 |
| Octal | 303 | 110 | 72 | 0 | 77 | 106 | 30 | 6 | 66 | 62 |
| Binary | 11000011 | 1001000 | 111010 | 0 | 111111 | 1000110 | 11000 | 110 | 110110 | 110010 |
Color Harmonies of #C3483A
Complementary color
Monochromatic Colors of #C3483A
Black with #C3483A
Text Example
Text Example
White with #C3483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3483A; }
p { color: rgb(195,72,58); }
H1.HeaderClassName
{
color: #C3483A;
}
.AnyTagClassName
{
color: #C3483A;
}
</style>
background-color css
<style>
a { background-color: #C3483A; }
a { background-color: rgb(195,72,58); }
div.DivClassName
{
background-color: #C3483A;
}
.BgClassName
{
background-color: #C3483A;
}
</style>
border-color css
<style>
span { border-color: #C3483A; }
span { border-color: rgb(195,72,58); }
td.TdClassName
{
border-color: #C3483A;
}
.TagClassName
{
border-color: #C3483A;
}
</style>