Shades of Cardinal #CA2032
Tints of Cardinal #CA2032
RGB
CMYK
RGB Variations
Color information
#CA2032 (or 0xCA2032) is known color: Cardinal. HEX triplet: CA, 20 and 32. RGB value is (202,32,50). Sum of RGB (Red+Green+Blue) = 202+32+50=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2032 is #35DFCD. Grayscale: #545454. Windows color (decimal): -3530702 or 3285194. OLE color: 3285194.
HSL color Cylindrical-coordinate representation of color #CA2032: hue angle of 353.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2032 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.21 |
| HSL | 353.65º | 0.73% | 0.46% | - |
| HSV(B) | 353.65º | 0.84% | 0.79% | - |
| XYZ | 25.45 | 13.82 | 4.34 | - |
| YUV | 84.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 50 | 0 | 0.84 | 0.75 | 0.21 | 353.65 | 0.73 | 0.46 |
| Hex | CA | 20 | 32 | 0 | 54 | 4B | 15 | 162 | 49 | 2E |
| Octal | 312 | 40 | 62 | 0 | 124 | 113 | 25 | 542 | 111 | 56 |
| Binary | 11001010 | 100000 | 110010 | 0 | 1010100 | 1001011 | 10101 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CA2032
Complementary color
Monochromatic Colors of #CA2032
Black with #CA2032
Text Example
Text Example
White with #CA2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2032; }
p { color: rgb(202,32,50); }
H1.HeaderClassName
{
color: #CA2032;
}
.AnyTagClassName
{
color: #CA2032;
}
</style>
background-color css
<style>
a { background-color: #CA2032; }
a { background-color: rgb(202,32,50); }
div.DivClassName
{
background-color: #CA2032;
}
.BgClassName
{
background-color: #CA2032;
}
</style>
border-color css
<style>
span { border-color: #CA2032; }
span { border-color: rgb(202,32,50); }
td.TdClassName
{
border-color: #CA2032;
}
.TagClassName
{
border-color: #CA2032;
}
</style>