Shades of Cardinal #CA1946
Tints of Cardinal #CA1946
RGB
CMYK
RGB Variations
Color information
#CA1946 (or 0xCA1946) is known color: Cardinal. HEX triplet: CA, 19 and 46. RGB value is (202,25,70). Sum of RGB (Red+Green+Blue) = 202+25+70=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1946 is #35E6B9. Grayscale: #535353. Windows color (decimal): -3532474 or 4594122. OLE color: 4594122.
HSL color Cylindrical-coordinate representation of color #CA1946: hue angle of 344.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1946 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.21 |
| HSL | 344.75º | 0.78% | 0.45% | - |
| HSV(B) | 344.75º | 0.88% | 0.79% | - |
| XYZ | 25.81 | 13.69 | 7.08 | - |
| YUV | 83.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 70 | 0 | 0.88 | 0.65 | 0.21 | 344.75 | 0.78 | 0.45 |
| Hex | CA | 19 | 46 | 0 | 58 | 41 | 15 | 159 | 4E | 2D |
| Octal | 312 | 31 | 106 | 0 | 130 | 101 | 25 | 531 | 116 | 55 |
| Binary | 11001010 | 11001 | 1000110 | 0 | 1011000 | 1000001 | 10101 | 101011001 | 1001110 | 101101 |
Color Harmonies of #CA1946
Complementary color
Monochromatic Colors of #CA1946
Black with #CA1946
Text Example
Text Example
White with #CA1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1946; }
p { color: rgb(202,25,70); }
H1.HeaderClassName
{
color: #CA1946;
}
.AnyTagClassName
{
color: #CA1946;
}
</style>
background-color css
<style>
a { background-color: #CA1946; }
a { background-color: rgb(202,25,70); }
div.DivClassName
{
background-color: #CA1946;
}
.BgClassName
{
background-color: #CA1946;
}
</style>
border-color css
<style>
span { border-color: #CA1946; }
span { border-color: rgb(202,25,70); }
td.TdClassName
{
border-color: #CA1946;
}
.TagClassName
{
border-color: #CA1946;
}
</style>