Shades of Cardinal #CA162F
Tints of Cardinal #CA162F
RGB
CMYK
RGB Variations
Color information
#CA162F (or 0xCA162F) is known color: Cardinal. HEX triplet: CA, 16 and 2F. RGB value is (202,22,47). Sum of RGB (Red+Green+Blue) = 202+22+47=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA162F is #35E9D0. Grayscale: #4E4E4E. Windows color (decimal): -3533265 or 3086026. OLE color: 3086026.
HSL color Cylindrical-coordinate representation of color #CA162F: hue angle of 351.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA162F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.21 |
| HSL | 351.67º | 0.8% | 0.44% | - |
| HSV(B) | 351.67º | 0.89% | 0.79% | - |
| XYZ | 25.16 | 13.34 | 3.94 | - |
| YUV | 78.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 47 | 0 | 0.89 | 0.77 | 0.21 | 351.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 2F | 0 | 59 | 4D | 15 | 160 | 50 | 2C |
| Octal | 312 | 26 | 57 | 0 | 131 | 115 | 25 | 540 | 120 | 54 |
| Binary | 11001010 | 10110 | 101111 | 0 | 1011001 | 1001101 | 10101 | 101100000 | 1010000 | 101100 |
Color Harmonies of #CA162F
Complementary color
Monochromatic Colors of #CA162F
Black with #CA162F
Text Example
Text Example
White with #CA162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA162F; }
p { color: rgb(202,22,47); }
H1.HeaderClassName
{
color: #CA162F;
}
.AnyTagClassName
{
color: #CA162F;
}
</style>
background-color css
<style>
a { background-color: #CA162F; }
a { background-color: rgb(202,22,47); }
div.DivClassName
{
background-color: #CA162F;
}
.BgClassName
{
background-color: #CA162F;
}
</style>
border-color css
<style>
span { border-color: #CA162F; }
span { border-color: rgb(202,22,47); }
td.TdClassName
{
border-color: #CA162F;
}
.TagClassName
{
border-color: #CA162F;
}
</style>