Shades of Grenadier #C3483D
Tints of Grenadier #C3483D
RGB
CMYK
RGB Variations
Color information
#C3483D (or 0xC3483D) is known color: Grenadier. HEX triplet: C3, 48 and 3D. RGB value is (195,72,61). Sum of RGB (Red+Green+Blue) = 195+72+61=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3483D is #3CB7C2. Grayscale: #6B6B6B. Windows color (decimal): -3979203 or 4016323. OLE color: 4016323.
HSL color Cylindrical-coordinate representation of color #C3483D: hue angle of 4.93º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3483D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 4.93º | 0.53% | 0.5% | - |
| HSV(B) | 4.93º | 0.69% | 0.76% | - |
| XYZ | 25.67 | 16.57 | 6.26 | - |
| YUV | 107.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 61 | 0 | 0.63 | 0.69 | 0.24 | 4.93 | 0.53 | 0.5 |
| Hex | C3 | 48 | 3D | 0 | 3F | 45 | 18 | 5 | 35 | 32 |
| Octal | 303 | 110 | 75 | 0 | 77 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000011 | 1001000 | 111101 | 0 | 111111 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C3483D
Complementary color
Monochromatic Colors of #C3483D
Black with #C3483D
Text Example
Text Example
White with #C3483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3483D; }
p { color: rgb(195,72,61); }
H1.HeaderClassName
{
color: #C3483D;
}
.AnyTagClassName
{
color: #C3483D;
}
</style>
background-color css
<style>
a { background-color: #C3483D; }
a { background-color: rgb(195,72,61); }
div.DivClassName
{
background-color: #C3483D;
}
.BgClassName
{
background-color: #C3483D;
}
</style>
border-color css
<style>
span { border-color: #C3483D; }
span { border-color: rgb(195,72,61); }
td.TdClassName
{
border-color: #C3483D;
}
.TagClassName
{
border-color: #C3483D;
}
</style>