Shades of Cardinal #C01040
Tints of Cardinal #C01040
RGB
CMYK
RGB Variations
Color information
#C01040 (or 0xC01040) is known color: Cardinal. HEX triplet: C0, 10 and 40. RGB value is (192,16,64). Sum of RGB (Red+Green+Blue) = 192+16+64=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01040 is #3FEFBF. Grayscale: #4A4A4A. Windows color (decimal): -4190144 or 4198592. OLE color: 4198592.
HSL color Cylindrical-coordinate representation of color #C01040: hue angle of 343.64º 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 #C01040 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.25 |
| HSL | 343.64º | 0.85% | 0.41% | - |
| HSV(B) | 343.64º | 0.92% | 0.75% | - |
| XYZ | 22.85 | 11.95 | 5.95 | - |
| YUV | 74.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 64 | 0 | 0.92 | 0.67 | 0.25 | 343.64 | 0.85 | 0.41 |
| Hex | C0 | 10 | 40 | 0 | 5C | 43 | 19 | 158 | 55 | 29 |
| Octal | 300 | 20 | 100 | 0 | 134 | 103 | 31 | 530 | 125 | 51 |
| Binary | 11000000 | 10000 | 1000000 | 0 | 1011100 | 1000011 | 11001 | 101011000 | 1010101 | 101001 |
Color Harmonies of #C01040
Complementary color
Monochromatic Colors of #C01040
Black with #C01040
Text Example
Text Example
White with #C01040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01040; }
p { color: rgb(192,16,64); }
H1.HeaderClassName
{
color: #C01040;
}
.AnyTagClassName
{
color: #C01040;
}
</style>
background-color css
<style>
a { background-color: #C01040; }
a { background-color: rgb(192,16,64); }
div.DivClassName
{
background-color: #C01040;
}
.BgClassName
{
background-color: #C01040;
}
</style>
border-color css
<style>
span { border-color: #C01040; }
span { border-color: rgb(192,16,64); }
td.TdClassName
{
border-color: #C01040;
}
.TagClassName
{
border-color: #C01040;
}
</style>