Shades of Cardinal #C01640
Tints of Cardinal #C01640
RGB
CMYK
RGB Variations
Color information
#C01640 (or 0xC01640) is known color: Cardinal. HEX triplet: C0, 16 and 40. RGB value is (192,22,64). Sum of RGB (Red+Green+Blue) = 192+22+64=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C01640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01640 is #3FE9BF. Grayscale: #4D4D4D. Windows color (decimal): -4188608 or 4200128. OLE color: 4200128.
HSL color Cylindrical-coordinate representation of color #C01640: hue angle of 345.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01640 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 64 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.25 |
| HSL | 345.18º | 0.79% | 0.42% | - |
| HSV(B) | 345.18º | 0.89% | 0.75% | - |
| XYZ | 22.95 | 12.15 | 5.99 | - |
| YUV | 77.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 64 | 0 | 0.89 | 0.67 | 0.25 | 345.18 | 0.79 | 0.42 |
| Hex | C0 | 16 | 40 | 0 | 59 | 43 | 19 | 159 | 4F | 2A |
| Octal | 300 | 26 | 100 | 0 | 131 | 103 | 31 | 531 | 117 | 52 |
| Binary | 11000000 | 10110 | 1000000 | 0 | 1011001 | 1000011 | 11001 | 101011001 | 1001111 | 101010 |
Color Harmonies of #C01640
Complementary color
Monochromatic Colors of #C01640
Black with #C01640
Text Example
Text Example
White with #C01640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01640; }
p { color: rgb(192,22,64); }
H1.HeaderClassName
{
color: #C01640;
}
.AnyTagClassName
{
color: #C01640;
}
</style>
background-color css
<style>
a { background-color: #C01640; }
a { background-color: rgb(192,22,64); }
div.DivClassName
{
background-color: #C01640;
}
.BgClassName
{
background-color: #C01640;
}
</style>
border-color css
<style>
span { border-color: #C01640; }
span { border-color: rgb(192,22,64); }
td.TdClassName
{
border-color: #C01640;
}
.TagClassName
{
border-color: #C01640;
}
</style>