Shades of Grenadier #C1483C
Tints of Grenadier #C1483C
RGB
CMYK
RGB Variations
Color information
#C1483C (or 0xC1483C) is known color: Grenadier. HEX triplet: C1, 48 and 3C. RGB value is (193,72,60). Sum of RGB (Red+Green+Blue) = 193+72+60=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1483C is #3EB7C3. Grayscale: #6A6A6A. Windows color (decimal): -4110276 or 3950785. OLE color: 3950785.
HSL color Cylindrical-coordinate representation of color #C1483C: hue angle of 5.41º 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 #C1483C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 60 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 5.41º | 0.53% | 0.5% | - |
| HSV(B) | 5.41º | 0.69% | 0.76% | - |
| XYZ | 25.13 | 16.3 | 6.1 | - |
| YUV | 106.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 60 | 0 | 0.63 | 0.69 | 0.24 | 5.41 | 0.53 | 0.5 |
| Hex | C1 | 48 | 3C | 0 | 3F | 45 | 18 | 5 | 35 | 32 |
| Octal | 301 | 110 | 74 | 0 | 77 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000001 | 1001000 | 111100 | 0 | 111111 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C1483C
Complementary color
Monochromatic Colors of #C1483C
Black with #C1483C
Text Example
Text Example
White with #C1483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1483C; }
p { color: rgb(193,72,60); }
H1.HeaderClassName
{
color: #C1483C;
}
.AnyTagClassName
{
color: #C1483C;
}
</style>
background-color css
<style>
a { background-color: #C1483C; }
a { background-color: rgb(193,72,60); }
div.DivClassName
{
background-color: #C1483C;
}
.BgClassName
{
background-color: #C1483C;
}
</style>
border-color css
<style>
span { border-color: #C1483C; }
span { border-color: rgb(193,72,60); }
td.TdClassName
{
border-color: #C1483C;
}
.TagClassName
{
border-color: #C1483C;
}
</style>