Shades of Grenadier #C3483C
Tints of Grenadier #C3483C
RGB
CMYK
RGB Variations
Color information
#C3483C (or 0xC3483C) is known color: Grenadier. HEX triplet: C3, 48 and 3C. RGB value is (195,72,60). Sum of RGB (Red+Green+Blue) = 195+72+60=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3483C is #3CB7C3. Grayscale: #6B6B6B. Windows color (decimal): -3979204 or 3950787. OLE color: 3950787.
HSL color Cylindrical-coordinate representation of color #C3483C: hue angle of 5.33º 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 #C3483C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 60 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 5.33º | 0.53% | 0.5% | - |
| HSV(B) | 5.33º | 0.69% | 0.76% | - |
| XYZ | 25.64 | 16.56 | 6.12 | - |
| YUV | 107.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 60 | 0 | 0.63 | 0.69 | 0.24 | 5.33 | 0.53 | 0.5 |
| Hex | C3 | 48 | 3C | 0 | 3F | 45 | 18 | 5 | 35 | 32 |
| Octal | 303 | 110 | 74 | 0 | 77 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000011 | 1001000 | 111100 | 0 | 111111 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C3483C
Complementary color
Monochromatic Colors of #C3483C
Black with #C3483C
Text Example
Text Example
White with #C3483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3483C; }
p { color: rgb(195,72,60); }
H1.HeaderClassName
{
color: #C3483C;
}
.AnyTagClassName
{
color: #C3483C;
}
</style>
background-color css
<style>
a { background-color: #C3483C; }
a { background-color: rgb(195,72,60); }
div.DivClassName
{
background-color: #C3483C;
}
.BgClassName
{
background-color: #C3483C;
}
</style>
border-color css
<style>
span { border-color: #C3483C; }
span { border-color: rgb(195,72,60); }
td.TdClassName
{
border-color: #C3483C;
}
.TagClassName
{
border-color: #C3483C;
}
</style>