Shades of Cardinal #CA1230
Tints of Cardinal #CA1230
RGB
CMYK
RGB Variations
Color information
#CA1230 (or 0xCA1230) is known color: Cardinal. HEX triplet: CA, 12 and 30. RGB value is (202,18,48). Sum of RGB (Red+Green+Blue) = 202+18+48=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1230 is #35EDCF. Grayscale: #4C4C4C. Windows color (decimal): -3534288 or 3150538. OLE color: 3150538.
HSL color Cylindrical-coordinate representation of color #CA1230: hue angle of 350.22º degrees, saturation: 0.84, 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 #CA1230 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 48 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.21 |
| HSL | 350.22º | 0.84% | 0.43% | - |
| HSV(B) | 350.22º | 0.91% | 0.79% | - |
| XYZ | 25.11 | 13.2 | 4.02 | - |
| YUV | 76.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 48 | 0 | 0.91 | 0.76 | 0.21 | 350.22 | 0.84 | 0.43 |
| Hex | CA | 12 | 30 | 0 | 5B | 4C | 15 | 15E | 54 | 2B |
| Octal | 312 | 22 | 60 | 0 | 133 | 114 | 25 | 536 | 124 | 53 |
| Binary | 11001010 | 10010 | 110000 | 0 | 1011011 | 1001100 | 10101 | 101011110 | 1010100 | 101011 |
Color Harmonies of #CA1230
Complementary color
Monochromatic Colors of #CA1230
Black with #CA1230
Text Example
Text Example
White with #CA1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1230; }
p { color: rgb(202,18,48); }
H1.HeaderClassName
{
color: #CA1230;
}
.AnyTagClassName
{
color: #CA1230;
}
</style>
background-color css
<style>
a { background-color: #CA1230; }
a { background-color: rgb(202,18,48); }
div.DivClassName
{
background-color: #CA1230;
}
.BgClassName
{
background-color: #CA1230;
}
</style>
border-color css
<style>
span { border-color: #CA1230; }
span { border-color: rgb(202,18,48); }
td.TdClassName
{
border-color: #CA1230;
}
.TagClassName
{
border-color: #CA1230;
}
</style>