Shades of Grenadier #C1442B
Tints of Grenadier #C1442B
RGB
CMYK
RGB Variations
Color information
#C1442B (or 0xC1442B) is known color: Grenadier. HEX triplet: C1, 44 and 2B. RGB value is (193,68,43). Sum of RGB (Red+Green+Blue) = 193+68+43=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1442B is #3EBBD4. Grayscale: #666666. Windows color (decimal): -4111317 or 2835649. OLE color: 2835649.
HSL color Cylindrical-coordinate representation of color #C1442B: hue angle of 10º 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 #C1442B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 43 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.24 |
| HSL | 10º | 0.64% | 0.46% | - |
| HSV(B) | 10º | 0.78% | 0.76% | - |
| XYZ | 24.5 | 15.65 | 4.01 | - |
| YUV | 102.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 43 | 0 | 0.65 | 0.78 | 0.24 | 10 | 0.64 | 0.46 |
| Hex | C1 | 44 | 2B | 0 | 41 | 4E | 18 | A | 40 | 2E |
| Octal | 301 | 104 | 53 | 0 | 101 | 116 | 30 | 12 | 100 | 56 |
| Binary | 11000001 | 1000100 | 101011 | 0 | 1000001 | 1001110 | 11000 | 1010 | 1000000 | 101110 |
Color Harmonies of #C1442B
Complementary color
Monochromatic Colors of #C1442B
Black with #C1442B
Text Example
Text Example
White with #C1442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1442B; }
p { color: rgb(193,68,43); }
H1.HeaderClassName
{
color: #C1442B;
}
.AnyTagClassName
{
color: #C1442B;
}
</style>
background-color css
<style>
a { background-color: #C1442B; }
a { background-color: rgb(193,68,43); }
div.DivClassName
{
background-color: #C1442B;
}
.BgClassName
{
background-color: #C1442B;
}
</style>
border-color css
<style>
span { border-color: #C1442B; }
span { border-color: rgb(193,68,43); }
td.TdClassName
{
border-color: #C1442B;
}
.TagClassName
{
border-color: #C1442B;
}
</style>