Shades of Grenadier #CA4C3A
Tints of Grenadier #CA4C3A
RGB
CMYK
RGB Variations
Color information
#CA4C3A (or 0xCA4C3A) is known color: Grenadier. HEX triplet: CA, 4C and 3A. RGB value is (202,76,58). Sum of RGB (Red+Green+Blue) = 202+76+58=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C3A is #35B3C5. Grayscale: #6F6F6F. Windows color (decimal): -3519430 or 3820746. OLE color: 3820746.
HSL color Cylindrical-coordinate representation of color #CA4C3A: hue angle of 7.5º degrees, saturation: 0.58, 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 #CA4C3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.21 |
| HSL | 7.5º | 0.58% | 0.51% | - |
| HSV(B) | 7.5º | 0.71% | 0.79% | - |
| XYZ | 27.71 | 18.03 | 6.02 | - |
| YUV | 111.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 58 | 0 | 0.62 | 0.71 | 0.21 | 7.5 | 0.58 | 0.51 |
| Hex | CA | 4C | 3A | 0 | 3E | 47 | 15 | 8 | 3A | 33 |
| Octal | 312 | 114 | 72 | 0 | 76 | 107 | 25 | 10 | 72 | 63 |
| Binary | 11001010 | 1001100 | 111010 | 0 | 111110 | 1000111 | 10101 | 1000 | 111010 | 110011 |
Color Harmonies of #CA4C3A
Complementary color
Monochromatic Colors of #CA4C3A
Black with #CA4C3A
Text Example
Text Example
White with #CA4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C3A; }
p { color: rgb(202,76,58); }
H1.HeaderClassName
{
color: #CA4C3A;
}
.AnyTagClassName
{
color: #CA4C3A;
}
</style>
background-color css
<style>
a { background-color: #CA4C3A; }
a { background-color: rgb(202,76,58); }
div.DivClassName
{
background-color: #CA4C3A;
}
.BgClassName
{
background-color: #CA4C3A;
}
</style>
border-color css
<style>
span { border-color: #CA4C3A; }
span { border-color: rgb(202,76,58); }
td.TdClassName
{
border-color: #CA4C3A;
}
.TagClassName
{
border-color: #CA4C3A;
}
</style>