Shades of Grenadier #C1402B
Tints of Grenadier #C1402B
RGB
CMYK
RGB Variations
Color information
#C1402B (or 0xC1402B) is known color: Grenadier. HEX triplet: C1, 40 and 2B. RGB value is (193,64,43). Sum of RGB (Red+Green+Blue) = 193+64+43=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1402B is #3EBFD4. Grayscale: #646464. Windows color (decimal): -4112341 or 2834625. OLE color: 2834625.
HSL color Cylindrical-coordinate representation of color #C1402B: hue angle of 8.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1402B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 43 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.24 |
| HSL | 8.4º | 0.64% | 0.46% | - |
| HSV(B) | 8.4º | 0.78% | 0.76% | - |
| XYZ | 24.26 | 15.18 | 3.94 | - |
| YUV | 100.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 43 | 0 | 0.67 | 0.78 | 0.24 | 8.4 | 0.64 | 0.46 |
| Hex | C1 | 40 | 2B | 0 | 43 | 4E | 18 | 8 | 40 | 2E |
| Octal | 301 | 100 | 53 | 0 | 103 | 116 | 30 | 10 | 100 | 56 |
| Binary | 11000001 | 1000000 | 101011 | 0 | 1000011 | 1001110 | 11000 | 1000 | 1000000 | 101110 |
Color Harmonies of #C1402B
Complementary color
Monochromatic Colors of #C1402B
Black with #C1402B
Text Example
Text Example
White with #C1402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1402B; }
p { color: rgb(193,64,43); }
H1.HeaderClassName
{
color: #C1402B;
}
.AnyTagClassName
{
color: #C1402B;
}
</style>
background-color css
<style>
a { background-color: #C1402B; }
a { background-color: rgb(193,64,43); }
div.DivClassName
{
background-color: #C1402B;
}
.BgClassName
{
background-color: #C1402B;
}
</style>
border-color css
<style>
span { border-color: #C1402B; }
span { border-color: rgb(193,64,43); }
td.TdClassName
{
border-color: #C1402B;
}
.TagClassName
{
border-color: #C1402B;
}
</style>