Shades of Grenadier #C1452F
Tints of Grenadier #C1452F
RGB
CMYK
RGB Variations
Color information
#C1452F (or 0xC1452F) is known color: Grenadier. HEX triplet: C1, 45 and 2F. RGB value is (193,69,47). Sum of RGB (Red+Green+Blue) = 193+69+47=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1452F is #3EBAD0. Grayscale: #676767. Windows color (decimal): -4111057 or 3098049. OLE color: 3098049.
HSL color Cylindrical-coordinate representation of color #C1452F: hue angle of 9.04º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1452F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 47 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.24 |
| HSL | 9.04º | 0.61% | 0.47% | - |
| HSV(B) | 9.04º | 0.76% | 0.76% | - |
| XYZ | 24.63 | 15.8 | 4.44 | - |
| YUV | 103.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 47 | 0 | 0.64 | 0.76 | 0.24 | 9.04 | 0.61 | 0.47 |
| Hex | C1 | 45 | 2F | 0 | 40 | 4C | 18 | 9 | 3D | 2F |
| Octal | 301 | 105 | 57 | 0 | 100 | 114 | 30 | 11 | 75 | 57 |
| Binary | 11000001 | 1000101 | 101111 | 0 | 1000000 | 1001100 | 11000 | 1001 | 111101 | 101111 |
Color Harmonies of #C1452F
Complementary color
Monochromatic Colors of #C1452F
Black with #C1452F
Text Example
Text Example
White with #C1452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1452F; }
p { color: rgb(193,69,47); }
H1.HeaderClassName
{
color: #C1452F;
}
.AnyTagClassName
{
color: #C1452F;
}
</style>
background-color css
<style>
a { background-color: #C1452F; }
a { background-color: rgb(193,69,47); }
div.DivClassName
{
background-color: #C1452F;
}
.BgClassName
{
background-color: #C1452F;
}
</style>
border-color css
<style>
span { border-color: #C1452F; }
span { border-color: rgb(193,69,47); }
td.TdClassName
{
border-color: #C1452F;
}
.TagClassName
{
border-color: #C1452F;
}
</style>