Shades of Cardinal #CA193B
Tints of Cardinal #CA193B
RGB
CMYK
RGB Variations
Color information
#CA193B (or 0xCA193B) is known color: Cardinal. HEX triplet: CA, 19 and 3B. RGB value is (202,25,59). Sum of RGB (Red+Green+Blue) = 202+25+59=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA193B is #35E6C4. Grayscale: #515151. Windows color (decimal): -3532485 or 3873226. OLE color: 3873226.
HSL color Cylindrical-coordinate representation of color #CA193B: hue angle of 348.47º 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 #CA193B is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.21 |
| HSL | 348.47º | 0.78% | 0.45% | - |
| HSV(B) | 348.47º | 0.88% | 0.79% | - |
| XYZ | 25.49 | 13.57 | 5.41 | - |
| YUV | 81.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 59 | 0 | 0.88 | 0.71 | 0.21 | 348.47 | 0.78 | 0.45 |
| Hex | CA | 19 | 3B | 0 | 58 | 47 | 15 | 15C | 4E | 2D |
| Octal | 312 | 31 | 73 | 0 | 130 | 107 | 25 | 534 | 116 | 55 |
| Binary | 11001010 | 11001 | 111011 | 0 | 1011000 | 1000111 | 10101 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CA193B
Complementary color
Monochromatic Colors of #CA193B
Black with #CA193B
Text Example
Text Example
White with #CA193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA193B; }
p { color: rgb(202,25,59); }
H1.HeaderClassName
{
color: #CA193B;
}
.AnyTagClassName
{
color: #CA193B;
}
</style>
background-color css
<style>
a { background-color: #CA193B; }
a { background-color: rgb(202,25,59); }
div.DivClassName
{
background-color: #CA193B;
}
.BgClassName
{
background-color: #CA193B;
}
</style>
border-color css
<style>
span { border-color: #CA193B; }
span { border-color: rgb(202,25,59); }
td.TdClassName
{
border-color: #CA193B;
}
.TagClassName
{
border-color: #CA193B;
}
</style>