Shades of Cardinal #CA134C
Tints of Cardinal #CA134C
RGB
CMYK
RGB Variations
Color information
#CA134C (or 0xCA134C) is known color: Cardinal. HEX triplet: CA, 13 and 4C. RGB value is (202,19,76). Sum of RGB (Red+Green+Blue) = 202+19+76=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA134C is #35ECB3. Grayscale: #505050. Windows color (decimal): -3534004 or 4985802. OLE color: 4985802.
HSL color Cylindrical-coordinate representation of color #CA134C: hue angle of 341.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA134C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 76 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.21 |
| HSL | 341.31º | 0.83% | 0.43% | - |
| HSV(B) | 341.31º | 0.91% | 0.79% | - |
| XYZ | 25.89 | 13.54 | 8.09 | - |
| YUV | 80.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 76 | 0 | 0.91 | 0.62 | 0.21 | 341.31 | 0.83 | 0.43 |
| Hex | CA | 13 | 4C | 0 | 5B | 3E | 15 | 155 | 53 | 2B |
| Octal | 312 | 23 | 114 | 0 | 133 | 76 | 25 | 525 | 123 | 53 |
| Binary | 11001010 | 10011 | 1001100 | 0 | 1011011 | 111110 | 10101 | 101010101 | 1010011 | 101011 |
Color Harmonies of #CA134C
Complementary color
Monochromatic Colors of #CA134C
Black with #CA134C
Text Example
Text Example
White with #CA134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA134C; }
p { color: rgb(202,19,76); }
H1.HeaderClassName
{
color: #CA134C;
}
.AnyTagClassName
{
color: #CA134C;
}
</style>
background-color css
<style>
a { background-color: #CA134C; }
a { background-color: rgb(202,19,76); }
div.DivClassName
{
background-color: #CA134C;
}
.BgClassName
{
background-color: #CA134C;
}
</style>
border-color css
<style>
span { border-color: #CA134C; }
span { border-color: rgb(202,19,76); }
td.TdClassName
{
border-color: #CA134C;
}
.TagClassName
{
border-color: #CA134C;
}
</style>