Shades of Cardinal #CA1130
Tints of Cardinal #CA1130
RGB
CMYK
RGB Variations
Color information
#CA1130 (or 0xCA1130) is known color: Cardinal. HEX triplet: CA, 11 and 30. RGB value is (202,17,48). Sum of RGB (Red+Green+Blue) = 202+17+48=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1130 is #35EECF. Grayscale: #4B4B4B. Windows color (decimal): -3534544 or 3150282. OLE color: 3150282.
HSL color Cylindrical-coordinate representation of color #CA1130: hue angle of 349.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1130 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 48 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.21 |
| HSL | 349.95º | 0.84% | 0.43% | - |
| HSV(B) | 349.95º | 0.92% | 0.79% | - |
| XYZ | 25.09 | 13.17 | 4.02 | - |
| YUV | 75.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 48 | 0 | 0.92 | 0.76 | 0.21 | 349.95 | 0.84 | 0.43 |
| Hex | CA | 11 | 30 | 0 | 5C | 4C | 15 | 15E | 54 | 2B |
| Octal | 312 | 21 | 60 | 0 | 134 | 114 | 25 | 536 | 124 | 53 |
| Binary | 11001010 | 10001 | 110000 | 0 | 1011100 | 1001100 | 10101 | 101011110 | 1010100 | 101011 |
Color Harmonies of #CA1130
Complementary color
Monochromatic Colors of #CA1130
Black with #CA1130
Text Example
Text Example
White with #CA1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1130; }
p { color: rgb(202,17,48); }
H1.HeaderClassName
{
color: #CA1130;
}
.AnyTagClassName
{
color: #CA1130;
}
</style>
background-color css
<style>
a { background-color: #CA1130; }
a { background-color: rgb(202,17,48); }
div.DivClassName
{
background-color: #CA1130;
}
.BgClassName
{
background-color: #CA1130;
}
</style>
border-color css
<style>
span { border-color: #CA1130; }
span { border-color: rgb(202,17,48); }
td.TdClassName
{
border-color: #CA1130;
}
.TagClassName
{
border-color: #CA1130;
}
</style>