Shades of Cardinal #C1003A
Tints of Cardinal #C1003A
RGB
CMYK
RGB Variations
Color information
#C1003A (or 0xC1003A) is known color: Cardinal. HEX triplet: C1, 00 and 3A. RGB value is (193,0,58). Sum of RGB (Red+Green+Blue) = 193+0+58=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003A is #3EFFC5. Grayscale: #404040. Windows color (decimal): -4128710 or 3801281. OLE color: 3801281.
HSL color Cylindrical-coordinate representation of color #C1003A: hue angle of 341.97º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1003A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.70 | 0.24 |
| HSL | 341.97º | 1% | 0.38% | - |
| HSV(B) | 341.97º | 1% | 0.76% | - |
| XYZ | 22.76 | 11.64 | 5.05 | - |
| YUV | 64.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 58 | 0 | 1 | 0.70 | 0.24 | 341.97 | 1 | 0.38 |
| Hex | C1 | 0 | 3A | 0 | 64 | 46 | 18 | 156 | 64 | 26 |
| Octal | 301 | 0 | 72 | 0 | 144 | 106 | 30 | 526 | 144 | 46 |
| Binary | 11000001 | 0 | 111010 | 0 | 1100100 | 1000110 | 11000 | 101010110 | 1100100 | 100110 |
Color Harmonies of #C1003A
Complementary color
Monochromatic Colors of #C1003A
Black with #C1003A
Text Example
Text Example
White with #C1003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1003A; }
p { color: rgb(193,0,58); }
H1.HeaderClassName
{
color: #C1003A;
}
.AnyTagClassName
{
color: #C1003A;
}
</style>
background-color css
<style>
a { background-color: #C1003A; }
a { background-color: rgb(193,0,58); }
div.DivClassName
{
background-color: #C1003A;
}
.BgClassName
{
background-color: #C1003A;
}
</style>
border-color css
<style>
span { border-color: #C1003A; }
span { border-color: rgb(193,0,58); }
td.TdClassName
{
border-color: #C1003A;
}
.TagClassName
{
border-color: #C1003A;
}
</style>