Shades of Grenadier #CA453B
Tints of Grenadier #CA453B
RGB
CMYK
RGB Variations
Color information
#CA453B (or 0xCA453B) is known color: Grenadier. HEX triplet: CA, 45 and 3B. RGB value is (202,69,59). Sum of RGB (Red+Green+Blue) = 202+69+59=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA453B is #35BAC4. Grayscale: #6B6B6B. Windows color (decimal): -3521221 or 3884490. OLE color: 3884490.
HSL color Cylindrical-coordinate representation of color #CA453B: hue angle of 4.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA453B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 59 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.21 |
| HSL | 4.2º | 0.57% | 0.51% | - |
| HSV(B) | 4.2º | 0.71% | 0.79% | - |
| XYZ | 27.27 | 17.13 | 6.01 | - |
| YUV | 107.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 59 | 0 | 0.66 | 0.71 | 0.21 | 4.2 | 0.57 | 0.51 |
| Hex | CA | 45 | 3B | 0 | 42 | 47 | 15 | 4 | 39 | 33 |
| Octal | 312 | 105 | 73 | 0 | 102 | 107 | 25 | 4 | 71 | 63 |
| Binary | 11001010 | 1000101 | 111011 | 0 | 1000010 | 1000111 | 10101 | 100 | 111001 | 110011 |
Color Harmonies of #CA453B
Complementary color
Monochromatic Colors of #CA453B
Black with #CA453B
Text Example
Text Example
White with #CA453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA453B; }
p { color: rgb(202,69,59); }
H1.HeaderClassName
{
color: #CA453B;
}
.AnyTagClassName
{
color: #CA453B;
}
</style>
background-color css
<style>
a { background-color: #CA453B; }
a { background-color: rgb(202,69,59); }
div.DivClassName
{
background-color: #CA453B;
}
.BgClassName
{
background-color: #CA453B;
}
</style>
border-color css
<style>
span { border-color: #CA453B; }
span { border-color: rgb(202,69,59); }
td.TdClassName
{
border-color: #CA453B;
}
.TagClassName
{
border-color: #CA453B;
}
</style>