Shades of Cardinal #CA164B
Tints of Cardinal #CA164B
RGB
CMYK
RGB Variations
Color information
#CA164B (or 0xCA164B) is known color: Cardinal. HEX triplet: CA, 16 and 4B. RGB value is (202,22,75). Sum of RGB (Red+Green+Blue) = 202+22+75=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA164B is #35E9B4. Grayscale: #515151. Windows color (decimal): -3533237 or 4921034. OLE color: 4921034.
HSL color Cylindrical-coordinate representation of color #CA164B: hue angle of 342.33º 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 #CA164B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.21 |
| HSL | 342.33º | 0.8% | 0.44% | - |
| HSV(B) | 342.33º | 0.89% | 0.79% | - |
| XYZ | 25.91 | 13.64 | 7.92 | - |
| YUV | 81.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 75 | 0 | 0.89 | 0.63 | 0.21 | 342.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 4B | 0 | 59 | 3F | 15 | 156 | 50 | 2C |
| Octal | 312 | 26 | 113 | 0 | 131 | 77 | 25 | 526 | 120 | 54 |
| Binary | 11001010 | 10110 | 1001011 | 0 | 1011001 | 111111 | 10101 | 101010110 | 1010000 | 101100 |
Color Harmonies of #CA164B
Complementary color
Monochromatic Colors of #CA164B
Black with #CA164B
Text Example
Text Example
White with #CA164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA164B; }
p { color: rgb(202,22,75); }
H1.HeaderClassName
{
color: #CA164B;
}
.AnyTagClassName
{
color: #CA164B;
}
</style>
background-color css
<style>
a { background-color: #CA164B; }
a { background-color: rgb(202,22,75); }
div.DivClassName
{
background-color: #CA164B;
}
.BgClassName
{
background-color: #CA164B;
}
</style>
border-color css
<style>
span { border-color: #CA164B; }
span { border-color: rgb(202,22,75); }
td.TdClassName
{
border-color: #CA164B;
}
.TagClassName
{
border-color: #CA164B;
}
</style>