Shades of Cardinal #C10A36
Tints of Cardinal #C10A36
RGB
CMYK
RGB Variations
Color information
#C10A36 (or 0xC10A36) is known color: Cardinal. HEX triplet: C1, 0A and 36. RGB value is (193,10,54). Sum of RGB (Red+Green+Blue) = 193+10+54=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A36 is #3EF5C9. Grayscale: #454545. Windows color (decimal): -4126154 or 3541697. OLE color: 3541697.
HSL color Cylindrical-coordinate representation of color #C10A36: hue angle of 345.57º 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 #C10A36 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 54 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.24 |
| HSL | 345.57º | 0.9% | 0.4% | - |
| HSV(B) | 345.57º | 0.95% | 0.76% | - |
| XYZ | 22.77 | 11.82 | 4.57 | - |
| YUV | 69.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 54 | 0 | 0.95 | 0.72 | 0.24 | 345.57 | 0.9 | 0.4 |
| Hex | C1 | A | 36 | 0 | 5F | 48 | 18 | 15A | 5A | 28 |
| Octal | 301 | 12 | 66 | 0 | 137 | 110 | 30 | 532 | 132 | 50 |
| Binary | 11000001 | 1010 | 110110 | 0 | 1011111 | 1001000 | 11000 | 101011010 | 1011010 | 101000 |
Color Harmonies of #C10A36
Complementary color
Monochromatic Colors of #C10A36
Black with #C10A36
Text Example
Text Example
White with #C10A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A36; }
p { color: rgb(193,10,54); }
H1.HeaderClassName
{
color: #C10A36;
}
.AnyTagClassName
{
color: #C10A36;
}
</style>
background-color css
<style>
a { background-color: #C10A36; }
a { background-color: rgb(193,10,54); }
div.DivClassName
{
background-color: #C10A36;
}
.BgClassName
{
background-color: #C10A36;
}
</style>
border-color css
<style>
span { border-color: #C10A36; }
span { border-color: rgb(193,10,54); }
td.TdClassName
{
border-color: #C10A36;
}
.TagClassName
{
border-color: #C10A36;
}
</style>