Shades of Grenadier #C1483F
Tints of Grenadier #C1483F
RGB
CMYK
RGB Variations
Color information
#C1483F (or 0xC1483F) is known color: Grenadier. HEX triplet: C1, 48 and 3F. RGB value is (193,72,63). Sum of RGB (Red+Green+Blue) = 193+72+63=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1483F is #3EB7C0. Grayscale: #6B6B6B. Windows color (decimal): -4110273 or 4147393. OLE color: 4147393.
HSL color Cylindrical-coordinate representation of color #C1483F: hue angle of 4.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1483F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 63 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.24 |
| HSL | 4.15º | 0.51% | 0.5% | - |
| HSV(B) | 4.15º | 0.67% | 0.76% | - |
| XYZ | 25.21 | 16.33 | 6.53 | - |
| YUV | 107.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 63 | 0 | 0.63 | 0.67 | 0.24 | 4.15 | 0.51 | 0.5 |
| Hex | C1 | 48 | 3F | 0 | 3F | 43 | 18 | 4 | 33 | 32 |
| Octal | 301 | 110 | 77 | 0 | 77 | 103 | 30 | 4 | 63 | 62 |
| Binary | 11000001 | 1001000 | 111111 | 0 | 111111 | 1000011 | 11000 | 100 | 110011 | 110010 |
Color Harmonies of #C1483F
Complementary color
Monochromatic Colors of #C1483F
Black with #C1483F
Text Example
Text Example
White with #C1483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1483F; }
p { color: rgb(193,72,63); }
H1.HeaderClassName
{
color: #C1483F;
}
.AnyTagClassName
{
color: #C1483F;
}
</style>
background-color css
<style>
a { background-color: #C1483F; }
a { background-color: rgb(193,72,63); }
div.DivClassName
{
background-color: #C1483F;
}
.BgClassName
{
background-color: #C1483F;
}
</style>
border-color css
<style>
span { border-color: #C1483F; }
span { border-color: rgb(193,72,63); }
td.TdClassName
{
border-color: #C1483F;
}
.TagClassName
{
border-color: #C1483F;
}
</style>