Shades of Cardinal #CA183B
Tints of Cardinal #CA183B
RGB
CMYK
RGB Variations
Color information
#CA183B (or 0xCA183B) is known color: Cardinal. HEX triplet: CA, 18 and 3B. RGB value is (202,24,59). Sum of RGB (Red+Green+Blue) = 202+24+59=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA183B is #35E7C4. Grayscale: #515151. Windows color (decimal): -3532741 or 3872970. OLE color: 3872970.
HSL color Cylindrical-coordinate representation of color #CA183B: hue angle of 348.2º 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 #CA183B is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 59 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.21 |
| HSL | 348.2º | 0.79% | 0.44% | - |
| HSV(B) | 348.2º | 0.88% | 0.79% | - |
| XYZ | 25.47 | 13.53 | 5.41 | - |
| YUV | 81.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 59 | 0 | 0.88 | 0.71 | 0.21 | 348.2 | 0.79 | 0.44 |
| Hex | CA | 18 | 3B | 0 | 58 | 47 | 15 | 15C | 4F | 2C |
| Octal | 312 | 30 | 73 | 0 | 130 | 107 | 25 | 534 | 117 | 54 |
| Binary | 11001010 | 11000 | 111011 | 0 | 1011000 | 1000111 | 10101 | 101011100 | 1001111 | 101100 |
Color Harmonies of #CA183B
Complementary color
Monochromatic Colors of #CA183B
Black with #CA183B
Text Example
Text Example
White with #CA183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA183B; }
p { color: rgb(202,24,59); }
H1.HeaderClassName
{
color: #CA183B;
}
.AnyTagClassName
{
color: #CA183B;
}
</style>
background-color css
<style>
a { background-color: #CA183B; }
a { background-color: rgb(202,24,59); }
div.DivClassName
{
background-color: #CA183B;
}
.BgClassName
{
background-color: #CA183B;
}
</style>
border-color css
<style>
span { border-color: #CA183B; }
span { border-color: rgb(202,24,59); }
td.TdClassName
{
border-color: #CA183B;
}
.TagClassName
{
border-color: #CA183B;
}
</style>