Shades of Cardinal #CA103B
Tints of Cardinal #CA103B
RGB
CMYK
RGB Variations
Color information
#CA103B (or 0xCA103B) is known color: Cardinal. HEX triplet: CA, 10 and 3B. RGB value is (202,16,59). Sum of RGB (Red+Green+Blue) = 202+16+59=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA103B is #35EFC4. Grayscale: #4C4C4C. Windows color (decimal): -3534789 or 3870922. OLE color: 3870922.
HSL color Cylindrical-coordinate representation of color #CA103B: hue angle of 346.13º degrees, saturation: 0.85, 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 #CA103B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.21 |
| HSL | 346.13º | 0.85% | 0.43% | - |
| HSV(B) | 346.13º | 0.92% | 0.79% | - |
| XYZ | 25.33 | 13.24 | 5.36 | - |
| YUV | 76.52 | 118.12 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 59 | 0 | 0.92 | 0.71 | 0.21 | 346.13 | 0.85 | 0.43 |
| Hex | CA | 10 | 3B | 0 | 5C | 47 | 15 | 15A | 55 | 2B |
| Octal | 312 | 20 | 73 | 0 | 134 | 107 | 25 | 532 | 125 | 53 |
| Binary | 11001010 | 10000 | 111011 | 0 | 1011100 | 1000111 | 10101 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CA103B
Complementary color
Monochromatic Colors of #CA103B
Black with #CA103B
Text Example
Text Example
White with #CA103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA103B; }
p { color: rgb(202,16,59); }
H1.HeaderClassName
{
color: #CA103B;
}
.AnyTagClassName
{
color: #CA103B;
}
</style>
background-color css
<style>
a { background-color: #CA103B; }
a { background-color: rgb(202,16,59); }
div.DivClassName
{
background-color: #CA103B;
}
.BgClassName
{
background-color: #CA103B;
}
</style>
border-color css
<style>
span { border-color: #CA103B; }
span { border-color: rgb(202,16,59); }
td.TdClassName
{
border-color: #CA103B;
}
.TagClassName
{
border-color: #CA103B;
}
</style>