Shades of Cardinal #C1103A
Tints of Cardinal #C1103A
RGB
CMYK
RGB Variations
Color information
#C1103A (or 0xC1103A) is known color: Cardinal. HEX triplet: C1, 10 and 3A. RGB value is (193,16,58). Sum of RGB (Red+Green+Blue) = 193+16+58=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C1103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1103A is #3EEFC5. Grayscale: #494949. Windows color (decimal): -4124614 or 3805377. OLE color: 3805377.
HSL color Cylindrical-coordinate representation of color #C1103A: hue angle of 345.76º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1103A is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.24 |
| HSL | 345.76º | 0.85% | 0.41% | - |
| HSV(B) | 345.76º | 0.92% | 0.76% | - |
| XYZ | 22.94 | 12.01 | 5.11 | - |
| YUV | 73.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 58 | 0 | 0.92 | 0.70 | 0.24 | 345.76 | 0.85 | 0.41 |
| Hex | C1 | 10 | 3A | 0 | 5C | 46 | 18 | 15A | 55 | 29 |
| Octal | 301 | 20 | 72 | 0 | 134 | 106 | 30 | 532 | 125 | 51 |
| Binary | 11000001 | 10000 | 111010 | 0 | 1011100 | 1000110 | 11000 | 101011010 | 1010101 | 101001 |
Color Harmonies of #C1103A
Complementary color
Monochromatic Colors of #C1103A
Black with #C1103A
Text Example
Text Example
White with #C1103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1103A; }
p { color: rgb(193,16,58); }
H1.HeaderClassName
{
color: #C1103A;
}
.AnyTagClassName
{
color: #C1103A;
}
</style>
background-color css
<style>
a { background-color: #C1103A; }
a { background-color: rgb(193,16,58); }
div.DivClassName
{
background-color: #C1103A;
}
.BgClassName
{
background-color: #C1103A;
}
</style>
border-color css
<style>
span { border-color: #C1103A; }
span { border-color: rgb(193,16,58); }
td.TdClassName
{
border-color: #C1103A;
}
.TagClassName
{
border-color: #C1103A;
}
</style>