Shades of Grenadier #CA443C
Tints of Grenadier #CA443C
RGB
CMYK
RGB Variations
Color information
#CA443C (or 0xCA443C) is known color: Grenadier. HEX triplet: CA, 44 and 3C. RGB value is (202,68,60). Sum of RGB (Red+Green+Blue) = 202+68+60=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443C is #35BBC3. Grayscale: #6B6B6B. Windows color (decimal): -3521476 or 3949770. OLE color: 3949770.
HSL color Cylindrical-coordinate representation of color #CA443C: hue angle of 3.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA443C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 60 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.21 |
| HSL | 3.38º | 0.57% | 0.51% | - |
| HSV(B) | 3.38º | 0.7% | 0.79% | - |
| XYZ | 27.24 | 17.02 | 6.12 | - |
| YUV | 107.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 60 | 0 | 0.66 | 0.70 | 0.21 | 3.38 | 0.57 | 0.51 |
| Hex | CA | 44 | 3C | 0 | 42 | 46 | 15 | 3 | 39 | 33 |
| Octal | 312 | 104 | 74 | 0 | 102 | 106 | 25 | 3 | 71 | 63 |
| Binary | 11001010 | 1000100 | 111100 | 0 | 1000010 | 1000110 | 10101 | 11 | 111001 | 110011 |
Color Harmonies of #CA443C
Complementary color
Monochromatic Colors of #CA443C
Black with #CA443C
Text Example
Text Example
White with #CA443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA443C; }
p { color: rgb(202,68,60); }
H1.HeaderClassName
{
color: #CA443C;
}
.AnyTagClassName
{
color: #CA443C;
}
</style>
background-color css
<style>
a { background-color: #CA443C; }
a { background-color: rgb(202,68,60); }
div.DivClassName
{
background-color: #CA443C;
}
.BgClassName
{
background-color: #CA443C;
}
</style>
border-color css
<style>
span { border-color: #CA443C; }
span { border-color: rgb(202,68,60); }
td.TdClassName
{
border-color: #CA443C;
}
.TagClassName
{
border-color: #CA443C;
}
</style>