Shades of Cardinal #CA1632
Tints of Cardinal #CA1632
RGB
CMYK
RGB Variations
Color information
#CA1632 (or 0xCA1632) is known color: Cardinal. HEX triplet: CA, 16 and 32. RGB value is (202,22,50). Sum of RGB (Red+Green+Blue) = 202+22+50=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1632 is #35E9CD. Grayscale: #4F4F4F. Windows color (decimal): -3533262 or 3282634. OLE color: 3282634.
HSL color Cylindrical-coordinate representation of color #CA1632: hue angle of 350.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 #CA1632 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 50 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.21 |
| HSL | 350.67º | 0.8% | 0.44% | - |
| HSV(B) | 350.67º | 0.89% | 0.79% | - |
| XYZ | 25.22 | 13.36 | 4.27 | - |
| YUV | 79.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 50 | 0 | 0.89 | 0.75 | 0.21 | 350.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 32 | 0 | 59 | 4B | 15 | 15F | 50 | 2C |
| Octal | 312 | 26 | 62 | 0 | 131 | 113 | 25 | 537 | 120 | 54 |
| Binary | 11001010 | 10110 | 110010 | 0 | 1011001 | 1001011 | 10101 | 101011111 | 1010000 | 101100 |
Color Harmonies of #CA1632
Complementary color
Monochromatic Colors of #CA1632
Black with #CA1632
Text Example
Text Example
White with #CA1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1632; }
p { color: rgb(202,22,50); }
H1.HeaderClassName
{
color: #CA1632;
}
.AnyTagClassName
{
color: #CA1632;
}
</style>
background-color css
<style>
a { background-color: #CA1632; }
a { background-color: rgb(202,22,50); }
div.DivClassName
{
background-color: #CA1632;
}
.BgClassName
{
background-color: #CA1632;
}
</style>
border-color css
<style>
span { border-color: #CA1632; }
span { border-color: rgb(202,22,50); }
td.TdClassName
{
border-color: #CA1632;
}
.TagClassName
{
border-color: #CA1632;
}
</style>