Shades of Cardinal #C0122E
Tints of Cardinal #C0122E
RGB
CMYK
RGB Variations
Color information
#C0122E (or 0xC0122E) is known color: Cardinal. HEX triplet: C0, 12 and 2E. RGB value is (192,18,46). Sum of RGB (Red+Green+Blue) = 192+18+46=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0122E is #3FEDD1. Grayscale: #494949. Windows color (decimal): -4189650 or 3019456. OLE color: 3019456.
HSL color Cylindrical-coordinate representation of color #C0122E: hue angle of 350.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0122E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 46 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.25 |
| HSL | 350.34º | 0.83% | 0.41% | - |
| HSV(B) | 350.34º | 0.91% | 0.75% | - |
| XYZ | 22.45 | 11.84 | 3.69 | - |
| YUV | 73.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 46 | 0 | 0.91 | 0.76 | 0.25 | 350.34 | 0.83 | 0.41 |
| Hex | C0 | 12 | 2E | 0 | 5B | 4C | 19 | 15E | 53 | 29 |
| Octal | 300 | 22 | 56 | 0 | 133 | 114 | 31 | 536 | 123 | 51 |
| Binary | 11000000 | 10010 | 101110 | 0 | 1011011 | 1001100 | 11001 | 101011110 | 1010011 | 101001 |
Color Harmonies of #C0122E
Complementary color
Monochromatic Colors of #C0122E
Black with #C0122E
Text Example
Text Example
White with #C0122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0122E; }
p { color: rgb(192,18,46); }
H1.HeaderClassName
{
color: #C0122E;
}
.AnyTagClassName
{
color: #C0122E;
}
</style>
background-color css
<style>
a { background-color: #C0122E; }
a { background-color: rgb(192,18,46); }
div.DivClassName
{
background-color: #C0122E;
}
.BgClassName
{
background-color: #C0122E;
}
</style>
border-color css
<style>
span { border-color: #C0122E; }
span { border-color: rgb(192,18,46); }
td.TdClassName
{
border-color: #C0122E;
}
.TagClassName
{
border-color: #C0122E;
}
</style>