Shades of Cardinal #CA184C
Tints of Cardinal #CA184C
RGB
CMYK
RGB Variations
Color information
#CA184C (or 0xCA184C) is known color: Cardinal. HEX triplet: CA, 18 and 4C. RGB value is (202,24,76). Sum of RGB (Red+Green+Blue) = 202+24+76=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA184C is #35E7B3. Grayscale: #535353. Windows color (decimal): -3532724 or 4987082. OLE color: 4987082.
HSL color Cylindrical-coordinate representation of color #CA184C: hue angle of 342.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA184C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 76 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.21 |
| HSL | 342.47º | 0.79% | 0.44% | - |
| HSV(B) | 342.47º | 0.88% | 0.79% | - |
| XYZ | 25.99 | 13.73 | 8.12 | - |
| YUV | 83.15 | 123.97 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 76 | 0 | 0.88 | 0.62 | 0.21 | 342.47 | 0.79 | 0.44 |
| Hex | CA | 18 | 4C | 0 | 58 | 3E | 15 | 156 | 4F | 2C |
| Octal | 312 | 30 | 114 | 0 | 130 | 76 | 25 | 526 | 117 | 54 |
| Binary | 11001010 | 11000 | 1001100 | 0 | 1011000 | 111110 | 10101 | 101010110 | 1001111 | 101100 |
Color Harmonies of #CA184C
Complementary color
Monochromatic Colors of #CA184C
Black with #CA184C
Text Example
Text Example
White with #CA184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA184C; }
p { color: rgb(202,24,76); }
H1.HeaderClassName
{
color: #CA184C;
}
.AnyTagClassName
{
color: #CA184C;
}
</style>
background-color css
<style>
a { background-color: #CA184C; }
a { background-color: rgb(202,24,76); }
div.DivClassName
{
background-color: #CA184C;
}
.BgClassName
{
background-color: #CA184C;
}
</style>
border-color css
<style>
span { border-color: #CA184C; }
span { border-color: rgb(202,24,76); }
td.TdClassName
{
border-color: #CA184C;
}
.TagClassName
{
border-color: #CA184C;
}
</style>