Shades of Cardinal #C01032
Tints of Cardinal #C01032
RGB
CMYK
RGB Variations
Color information
#C01032 (or 0xC01032) is known color: Cardinal. HEX triplet: C0, 10 and 32. RGB value is (192,16,50). Sum of RGB (Red+Green+Blue) = 192+16+50=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C01032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01032 is #3FEFCD. Grayscale: #484848. Windows color (decimal): -4190158 or 3281088. OLE color: 3281088.
HSL color Cylindrical-coordinate representation of color #C01032: hue angle of 348.41º 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 #C01032 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 50 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.25 |
| HSL | 348.41º | 0.85% | 0.41% | - |
| HSV(B) | 348.41º | 0.92% | 0.75% | - |
| XYZ | 22.5 | 11.81 | 4.11 | - |
| YUV | 72.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 50 | 0 | 0.92 | 0.74 | 0.25 | 348.41 | 0.85 | 0.41 |
| Hex | C0 | 10 | 32 | 0 | 5C | 4A | 19 | 15C | 55 | 29 |
| Octal | 300 | 20 | 62 | 0 | 134 | 112 | 31 | 534 | 125 | 51 |
| Binary | 11000000 | 10000 | 110010 | 0 | 1011100 | 1001010 | 11001 | 101011100 | 1010101 | 101001 |
Color Harmonies of #C01032
Complementary color
Monochromatic Colors of #C01032
Black with #C01032
Text Example
Text Example
White with #C01032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01032; }
p { color: rgb(192,16,50); }
H1.HeaderClassName
{
color: #C01032;
}
.AnyTagClassName
{
color: #C01032;
}
</style>
background-color css
<style>
a { background-color: #C01032; }
a { background-color: rgb(192,16,50); }
div.DivClassName
{
background-color: #C01032;
}
.BgClassName
{
background-color: #C01032;
}
</style>
border-color css
<style>
span { border-color: #C01032; }
span { border-color: rgb(192,16,50); }
td.TdClassName
{
border-color: #C01032;
}
.TagClassName
{
border-color: #C01032;
}
</style>