Shades of Cardinal #C0102E
Tints of Cardinal #C0102E
RGB
CMYK
RGB Variations
Color information
#C0102E (or 0xC0102E) is known color: Cardinal. HEX triplet: C0, 10 and 2E. RGB value is (192,16,46). Sum of RGB (Red+Green+Blue) = 192+16+46=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0102E is #3FEFD1. Grayscale: #484848. Windows color (decimal): -4190162 or 3018944. OLE color: 3018944.
HSL color Cylindrical-coordinate representation of color #C0102E: hue angle of 349.77º 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 #C0102E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.25 |
| HSL | 349.77º | 0.85% | 0.41% | - |
| HSV(B) | 349.77º | 0.92% | 0.75% | - |
| XYZ | 22.42 | 11.77 | 3.68 | - |
| YUV | 72.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 46 | 0 | 0.92 | 0.76 | 0.25 | 349.77 | 0.85 | 0.41 |
| Hex | C0 | 10 | 2E | 0 | 5C | 4C | 19 | 15E | 55 | 29 |
| Octal | 300 | 20 | 56 | 0 | 134 | 114 | 31 | 536 | 125 | 51 |
| Binary | 11000000 | 10000 | 101110 | 0 | 1011100 | 1001100 | 11001 | 101011110 | 1010101 | 101001 |
Color Harmonies of #C0102E
Complementary color
Monochromatic Colors of #C0102E
Black with #C0102E
Text Example
Text Example
White with #C0102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0102E; }
p { color: rgb(192,16,46); }
H1.HeaderClassName
{
color: #C0102E;
}
.AnyTagClassName
{
color: #C0102E;
}
</style>
background-color css
<style>
a { background-color: #C0102E; }
a { background-color: rgb(192,16,46); }
div.DivClassName
{
background-color: #C0102E;
}
.BgClassName
{
background-color: #C0102E;
}
</style>
border-color css
<style>
span { border-color: #C0102E; }
span { border-color: rgb(192,16,46); }
td.TdClassName
{
border-color: #C0102E;
}
.TagClassName
{
border-color: #C0102E;
}
</style>