Shades of Cardinal #C0102C
Tints of Cardinal #C0102C
RGB
CMYK
RGB Variations
Color information
#C0102C (or 0xC0102C) is known color: Cardinal. HEX triplet: C0, 10 and 2C. RGB value is (192,16,44). Sum of RGB (Red+Green+Blue) = 192+16+44=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0102C is #3FEFD3. Grayscale: #474747. Windows color (decimal): -4190164 or 2887872. OLE color: 2887872.
HSL color Cylindrical-coordinate representation of color #C0102C: hue angle of 350.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0102C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.25 |
| HSL | 350.45º | 0.85% | 0.41% | - |
| HSV(B) | 350.45º | 0.92% | 0.75% | - |
| XYZ | 22.38 | 11.76 | 3.47 | - |
| YUV | 71.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 44 | 0 | 0.92 | 0.77 | 0.25 | 350.45 | 0.85 | 0.41 |
| Hex | C0 | 10 | 2C | 0 | 5C | 4D | 19 | 15E | 55 | 29 |
| Octal | 300 | 20 | 54 | 0 | 134 | 115 | 31 | 536 | 125 | 51 |
| Binary | 11000000 | 10000 | 101100 | 0 | 1011100 | 1001101 | 11001 | 101011110 | 1010101 | 101001 |
Color Harmonies of #C0102C
Complementary color
Monochromatic Colors of #C0102C
Black with #C0102C
Text Example
Text Example
White with #C0102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0102C; }
p { color: rgb(192,16,44); }
H1.HeaderClassName
{
color: #C0102C;
}
.AnyTagClassName
{
color: #C0102C;
}
</style>
background-color css
<style>
a { background-color: #C0102C; }
a { background-color: rgb(192,16,44); }
div.DivClassName
{
background-color: #C0102C;
}
.BgClassName
{
background-color: #C0102C;
}
</style>
border-color css
<style>
span { border-color: #C0102C; }
span { border-color: rgb(192,16,44); }
td.TdClassName
{
border-color: #C0102C;
}
.TagClassName
{
border-color: #C0102C;
}
</style>