Shades of Cardinal #CA1332
Tints of Cardinal #CA1332
RGB
CMYK
RGB Variations
Color information
#CA1332 (or 0xCA1332) is known color: Cardinal. HEX triplet: CA, 13 and 32. RGB value is (202,19,50). Sum of RGB (Red+Green+Blue) = 202+19+50=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1332 is #35ECCD. Grayscale: #4D4D4D. Windows color (decimal): -3534030 or 3281866. OLE color: 3281866.
HSL color Cylindrical-coordinate representation of color #CA1332: hue angle of 349.84º 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 #CA1332 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 50 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.21 |
| HSL | 349.84º | 0.83% | 0.43% | - |
| HSV(B) | 349.84º | 0.91% | 0.79% | - |
| XYZ | 25.17 | 13.25 | 4.25 | - |
| YUV | 77.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 50 | 0 | 0.91 | 0.75 | 0.21 | 349.84 | 0.83 | 0.43 |
| Hex | CA | 13 | 32 | 0 | 5B | 4B | 15 | 15E | 53 | 2B |
| Octal | 312 | 23 | 62 | 0 | 133 | 113 | 25 | 536 | 123 | 53 |
| Binary | 11001010 | 10011 | 110010 | 0 | 1011011 | 1001011 | 10101 | 101011110 | 1010011 | 101011 |
Color Harmonies of #CA1332
Complementary color
Monochromatic Colors of #CA1332
Black with #CA1332
Text Example
Text Example
White with #CA1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1332; }
p { color: rgb(202,19,50); }
H1.HeaderClassName
{
color: #CA1332;
}
.AnyTagClassName
{
color: #CA1332;
}
</style>
background-color css
<style>
a { background-color: #CA1332; }
a { background-color: rgb(202,19,50); }
div.DivClassName
{
background-color: #CA1332;
}
.BgClassName
{
background-color: #CA1332;
}
</style>
border-color css
<style>
span { border-color: #CA1332; }
span { border-color: rgb(202,19,50); }
td.TdClassName
{
border-color: #CA1332;
}
.TagClassName
{
border-color: #CA1332;
}
</style>