Shades of Grenadier #CA4538
Tints of Grenadier #CA4538
RGB
CMYK
RGB Variations
Color information
#CA4538 (or 0xCA4538) is known color: Grenadier. HEX triplet: CA, 45 and 38. RGB value is (202,69,56). Sum of RGB (Red+Green+Blue) = 202+69+56=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4538 is #35BAC7. Grayscale: #6B6B6B. Windows color (decimal): -3521224 or 3687882. OLE color: 3687882.
HSL color Cylindrical-coordinate representation of color #CA4538: hue angle of 5.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA4538 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 56 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.21 |
| HSL | 5.34º | 0.58% | 0.51% | - |
| HSV(B) | 5.34º | 0.72% | 0.79% | - |
| XYZ | 27.2 | 17.1 | 5.61 | - |
| YUV | 107.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 56 | 0 | 0.66 | 0.72 | 0.21 | 5.34 | 0.58 | 0.51 |
| Hex | CA | 45 | 38 | 0 | 42 | 48 | 15 | 5 | 3A | 33 |
| Octal | 312 | 105 | 70 | 0 | 102 | 110 | 25 | 5 | 72 | 63 |
| Binary | 11001010 | 1000101 | 111000 | 0 | 1000010 | 1001000 | 10101 | 101 | 111010 | 110011 |
Color Harmonies of #CA4538
Complementary color
Monochromatic Colors of #CA4538
Black with #CA4538
Text Example
Text Example
White with #CA4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4538; }
p { color: rgb(202,69,56); }
H1.HeaderClassName
{
color: #CA4538;
}
.AnyTagClassName
{
color: #CA4538;
}
</style>
background-color css
<style>
a { background-color: #CA4538; }
a { background-color: rgb(202,69,56); }
div.DivClassName
{
background-color: #CA4538;
}
.BgClassName
{
background-color: #CA4538;
}
</style>
border-color css
<style>
span { border-color: #CA4538; }
span { border-color: rgb(202,69,56); }
td.TdClassName
{
border-color: #CA4538;
}
.TagClassName
{
border-color: #CA4538;
}
</style>