Shades of Grenadier #CA483F
Tints of Grenadier #CA483F
RGB
CMYK
RGB Variations
Color information
#CA483F (or 0xCA483F) is known color: Grenadier. HEX triplet: CA, 48 and 3F. RGB value is (202,72,63). Sum of RGB (Red+Green+Blue) = 202+72+63=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA483F is #35B7C0. Grayscale: #6E6E6E. Windows color (decimal): -3520449 or 4147402. OLE color: 4147402.
HSL color Cylindrical-coordinate representation of color #CA483F: hue angle of 3.88º 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 #CA483F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 63 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.21 |
| HSL | 3.88º | 0.57% | 0.52% | - |
| HSV(B) | 3.88º | 0.69% | 0.79% | - |
| XYZ | 27.57 | 17.55 | 6.64 | - |
| YUV | 109.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 63 | 0 | 0.64 | 0.69 | 0.21 | 3.88 | 0.57 | 0.52 |
| Hex | CA | 48 | 3F | 0 | 40 | 45 | 15 | 4 | 39 | 34 |
| Octal | 312 | 110 | 77 | 0 | 100 | 105 | 25 | 4 | 71 | 64 |
| Binary | 11001010 | 1001000 | 111111 | 0 | 1000000 | 1000101 | 10101 | 100 | 111001 | 110100 |
Color Harmonies of #CA483F
Complementary color
Monochromatic Colors of #CA483F
Black with #CA483F
Text Example
Text Example
White with #CA483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA483F; }
p { color: rgb(202,72,63); }
H1.HeaderClassName
{
color: #CA483F;
}
.AnyTagClassName
{
color: #CA483F;
}
</style>
background-color css
<style>
a { background-color: #CA483F; }
a { background-color: rgb(202,72,63); }
div.DivClassName
{
background-color: #CA483F;
}
.BgClassName
{
background-color: #CA483F;
}
</style>
border-color css
<style>
span { border-color: #CA483F; }
span { border-color: rgb(202,72,63); }
td.TdClassName
{
border-color: #CA483F;
}
.TagClassName
{
border-color: #CA483F;
}
</style>