Shades of Grenadier #CA453F
Tints of Grenadier #CA453F
RGB
CMYK
RGB Variations
Color information
#CA453F (or 0xCA453F) is known color: Grenadier. HEX triplet: CA, 45 and 3F. RGB value is (202,69,63). Sum of RGB (Red+Green+Blue) = 202+69+63=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA453F is #35BAC0. Grayscale: #6C6C6C. Windows color (decimal): -3521217 or 4146634. OLE color: 4146634.
HSL color Cylindrical-coordinate representation of color #CA453F: hue angle of 2.59º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA453F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 63 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.21 |
| HSL | 2.59º | 0.57% | 0.52% | - |
| HSV(B) | 2.59º | 0.69% | 0.79% | - |
| XYZ | 27.38 | 17.17 | 6.57 | - |
| YUV | 108.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 63 | 0 | 0.66 | 0.69 | 0.21 | 2.59 | 0.57 | 0.52 |
| Hex | CA | 45 | 3F | 0 | 42 | 45 | 15 | 3 | 39 | 34 |
| Octal | 312 | 105 | 77 | 0 | 102 | 105 | 25 | 3 | 71 | 64 |
| Binary | 11001010 | 1000101 | 111111 | 0 | 1000010 | 1000101 | 10101 | 11 | 111001 | 110100 |
Color Harmonies of #CA453F
Complementary color
Monochromatic Colors of #CA453F
Black with #CA453F
Text Example
Text Example
White with #CA453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA453F; }
p { color: rgb(202,69,63); }
H1.HeaderClassName
{
color: #CA453F;
}
.AnyTagClassName
{
color: #CA453F;
}
</style>
background-color css
<style>
a { background-color: #CA453F; }
a { background-color: rgb(202,69,63); }
div.DivClassName
{
background-color: #CA453F;
}
.BgClassName
{
background-color: #CA453F;
}
</style>
border-color css
<style>
span { border-color: #CA453F; }
span { border-color: rgb(202,69,63); }
td.TdClassName
{
border-color: #CA453F;
}
.TagClassName
{
border-color: #CA453F;
}
</style>