Shades of Cardinal #C10036
Tints of Cardinal #C10036
RGB
CMYK
RGB Variations
Color information
#C10036 (or 0xC10036) is known color: Cardinal. HEX triplet: C1, 00 and 36. RGB value is (193,0,54). Sum of RGB (Red+Green+Blue) = 193+0+54=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C10036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10036 is #3EFFC9. Grayscale: #3F3F3F. Windows color (decimal): -4128714 or 3539137. OLE color: 3539137.
HSL color Cylindrical-coordinate representation of color #C10036: hue angle of 343.21º 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 #C10036 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.72 | 0.24 |
| HSL | 343.21º | 1% | 0.38% | - |
| HSV(B) | 343.21º | 1% | 0.76% | - |
| XYZ | 22.66 | 11.6 | 4.54 | - |
| YUV | 63.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 54 | 0 | 1 | 0.72 | 0.24 | 343.21 | 1 | 0.38 |
| Hex | C1 | 0 | 36 | 0 | 64 | 48 | 18 | 157 | 64 | 26 |
| Octal | 301 | 0 | 66 | 0 | 144 | 110 | 30 | 527 | 144 | 46 |
| Binary | 11000001 | 0 | 110110 | 0 | 1100100 | 1001000 | 11000 | 101010111 | 1100100 | 100110 |
Color Harmonies of #C10036
Complementary color
Monochromatic Colors of #C10036
Black with #C10036
Text Example
Text Example
White with #C10036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10036; }
p { color: rgb(193,0,54); }
H1.HeaderClassName
{
color: #C10036;
}
.AnyTagClassName
{
color: #C10036;
}
</style>
background-color css
<style>
a { background-color: #C10036; }
a { background-color: rgb(193,0,54); }
div.DivClassName
{
background-color: #C10036;
}
.BgClassName
{
background-color: #C10036;
}
</style>
border-color css
<style>
span { border-color: #C10036; }
span { border-color: rgb(193,0,54); }
td.TdClassName
{
border-color: #C10036;
}
.TagClassName
{
border-color: #C10036;
}
</style>