Shades of Grenadier #C1483D
Tints of Grenadier #C1483D
RGB
CMYK
RGB Variations
Color information
#C1483D (or 0xC1483D) is known color: Grenadier. HEX triplet: C1, 48 and 3D. RGB value is (193,72,61). Sum of RGB (Red+Green+Blue) = 193+72+61=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1483D is #3EB7C2. Grayscale: #6B6B6B. Windows color (decimal): -4110275 or 4016321. OLE color: 4016321.
HSL color Cylindrical-coordinate representation of color #C1483D: hue angle of 5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1483D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 61 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.24 |
| HSL | 5º | 0.52% | 0.5% | - |
| HSV(B) | 5º | 0.68% | 0.76% | - |
| XYZ | 25.15 | 16.31 | 6.24 | - |
| YUV | 106.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 61 | 0 | 0.63 | 0.68 | 0.24 | 5 | 0.52 | 0.5 |
| Hex | C1 | 48 | 3D | 0 | 3F | 44 | 18 | 5 | 34 | 32 |
| Octal | 301 | 110 | 75 | 0 | 77 | 104 | 30 | 5 | 64 | 62 |
| Binary | 11000001 | 1001000 | 111101 | 0 | 111111 | 1000100 | 11000 | 101 | 110100 | 110010 |
Color Harmonies of #C1483D
Complementary color
Monochromatic Colors of #C1483D
Black with #C1483D
Text Example
Text Example
White with #C1483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1483D; }
p { color: rgb(193,72,61); }
H1.HeaderClassName
{
color: #C1483D;
}
.AnyTagClassName
{
color: #C1483D;
}
</style>
background-color css
<style>
a { background-color: #C1483D; }
a { background-color: rgb(193,72,61); }
div.DivClassName
{
background-color: #C1483D;
}
.BgClassName
{
background-color: #C1483D;
}
</style>
border-color css
<style>
span { border-color: #C1483D; }
span { border-color: rgb(193,72,61); }
td.TdClassName
{
border-color: #C1483D;
}
.TagClassName
{
border-color: #C1483D;
}
</style>