Shades of Cardinal #C01246
Tints of Cardinal #C01246
RGB
CMYK
RGB Variations
Color information
#C01246 (or 0xC01246) is known color: Cardinal. HEX triplet: C0, 12 and 46. RGB value is (192,18,70). Sum of RGB (Red+Green+Blue) = 192+18+70=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C01246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01246 is #3FEDB9. Grayscale: #4B4B4B. Windows color (decimal): -4189626 or 4592320. OLE color: 4592320.
HSL color Cylindrical-coordinate representation of color #C01246: hue angle of 342.07º 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 #C01246 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 70 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.25 |
| HSL | 342.07º | 0.83% | 0.41% | - |
| HSV(B) | 342.07º | 0.91% | 0.75% | - |
| XYZ | 23.06 | 12.08 | 6.91 | - |
| YUV | 75.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 70 | 0 | 0.91 | 0.64 | 0.25 | 342.07 | 0.83 | 0.41 |
| Hex | C0 | 12 | 46 | 0 | 5B | 40 | 19 | 156 | 53 | 29 |
| Octal | 300 | 22 | 106 | 0 | 133 | 100 | 31 | 526 | 123 | 51 |
| Binary | 11000000 | 10010 | 1000110 | 0 | 1011011 | 1000000 | 11001 | 101010110 | 1010011 | 101001 |
Color Harmonies of #C01246
Complementary color
Monochromatic Colors of #C01246
Black with #C01246
Text Example
Text Example
White with #C01246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01246; }
p { color: rgb(192,18,70); }
H1.HeaderClassName
{
color: #C01246;
}
.AnyTagClassName
{
color: #C01246;
}
</style>
background-color css
<style>
a { background-color: #C01246; }
a { background-color: rgb(192,18,70); }
div.DivClassName
{
background-color: #C01246;
}
.BgClassName
{
background-color: #C01246;
}
</style>
border-color css
<style>
span { border-color: #C01246; }
span { border-color: rgb(192,18,70); }
td.TdClassName
{
border-color: #C01246;
}
.TagClassName
{
border-color: #C01246;
}
</style>