Shades of Grenadier #C1483B
Tints of Grenadier #C1483B
RGB
CMYK
RGB Variations
Color information
#C1483B (or 0xC1483B) is known color: Grenadier. HEX triplet: C1, 48 and 3B. RGB value is (193,72,59). Sum of RGB (Red+Green+Blue) = 193+72+59=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1483B is #3EB7C4. Grayscale: #6A6A6A. Windows color (decimal): -4110277 or 3885249. OLE color: 3885249.
HSL color Cylindrical-coordinate representation of color #C1483B: hue angle of 5.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1483B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 59 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 5.82º | 0.53% | 0.49% | - |
| HSV(B) | 5.82º | 0.69% | 0.76% | - |
| XYZ | 25.1 | 16.29 | 5.96 | - |
| YUV | 106.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 59 | 0 | 0.63 | 0.69 | 0.24 | 5.82 | 0.53 | 0.49 |
| Hex | C1 | 48 | 3B | 0 | 3F | 45 | 18 | 6 | 35 | 31 |
| Octal | 301 | 110 | 73 | 0 | 77 | 105 | 30 | 6 | 65 | 61 |
| Binary | 11000001 | 1001000 | 111011 | 0 | 111111 | 1000101 | 11000 | 110 | 110101 | 110001 |
Color Harmonies of #C1483B
Complementary color
Monochromatic Colors of #C1483B
Black with #C1483B
Text Example
Text Example
White with #C1483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1483B; }
p { color: rgb(193,72,59); }
H1.HeaderClassName
{
color: #C1483B;
}
.AnyTagClassName
{
color: #C1483B;
}
</style>
background-color css
<style>
a { background-color: #C1483B; }
a { background-color: rgb(193,72,59); }
div.DivClassName
{
background-color: #C1483B;
}
.BgClassName
{
background-color: #C1483B;
}
</style>
border-color css
<style>
span { border-color: #C1483B; }
span { border-color: rgb(193,72,59); }
td.TdClassName
{
border-color: #C1483B;
}
.TagClassName
{
border-color: #C1483B;
}
</style>