Shades of Cardinal #C10A3A
Tints of Cardinal #C10A3A
RGB
CMYK
RGB Variations
Color information
#C10A3A (or 0xC10A3A) is known color: Cardinal. HEX triplet: C1, 0A and 3A. RGB value is (193,10,58). Sum of RGB (Red+Green+Blue) = 193+10+58=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A3A is #3EF5C5. Grayscale: #464646. Windows color (decimal): -4126150 or 3803841. OLE color: 3803841.
HSL color Cylindrical-coordinate representation of color #C10A3A: hue angle of 344.26º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A3A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.24 |
| HSL | 344.26º | 0.9% | 0.4% | - |
| HSV(B) | 344.26º | 0.95% | 0.76% | - |
| XYZ | 22.86 | 11.86 | 5.09 | - |
| YUV | 70.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 58 | 0 | 0.95 | 0.70 | 0.24 | 344.26 | 0.9 | 0.4 |
| Hex | C1 | A | 3A | 0 | 5F | 46 | 18 | 158 | 5A | 28 |
| Octal | 301 | 12 | 72 | 0 | 137 | 106 | 30 | 530 | 132 | 50 |
| Binary | 11000001 | 1010 | 111010 | 0 | 1011111 | 1000110 | 11000 | 101011000 | 1011010 | 101000 |
Color Harmonies of #C10A3A
Complementary color
Monochromatic Colors of #C10A3A
Black with #C10A3A
Text Example
Text Example
White with #C10A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A3A; }
p { color: rgb(193,10,58); }
H1.HeaderClassName
{
color: #C10A3A;
}
.AnyTagClassName
{
color: #C10A3A;
}
</style>
background-color css
<style>
a { background-color: #C10A3A; }
a { background-color: rgb(193,10,58); }
div.DivClassName
{
background-color: #C10A3A;
}
.BgClassName
{
background-color: #C10A3A;
}
</style>
border-color css
<style>
span { border-color: #C10A3A; }
span { border-color: rgb(193,10,58); }
td.TdClassName
{
border-color: #C10A3A;
}
.TagClassName
{
border-color: #C10A3A;
}
</style>