Shades of Cardinal #C02031
Tints of Cardinal #C02031
RGB
CMYK
RGB Variations
Color information
#C02031 (or 0xC02031) is known color: Cardinal. HEX triplet: C0, 20 and 31. RGB value is (192,32,49). Sum of RGB (Red+Green+Blue) = 192+32+49=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C02031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02031 is #3FDFCE. Grayscale: #515151. Windows color (decimal): -4186063 or 3219648. OLE color: 3219648.
HSL color Cylindrical-coordinate representation of color #C02031: hue angle of 353.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02031 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 49 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.25 |
| HSL | 353.63º | 0.71% | 0.44% | - |
| HSV(B) | 353.63º | 0.83% | 0.75% | - |
| XYZ | 22.81 | 12.46 | 4.11 | - |
| YUV | 81.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 49 | 0 | 0.83 | 0.74 | 0.25 | 353.63 | 0.71 | 0.44 |
| Hex | C0 | 20 | 31 | 0 | 53 | 4A | 19 | 162 | 47 | 2C |
| Octal | 300 | 40 | 61 | 0 | 123 | 112 | 31 | 542 | 107 | 54 |
| Binary | 11000000 | 100000 | 110001 | 0 | 1010011 | 1001010 | 11001 | 101100010 | 1000111 | 101100 |
Color Harmonies of #C02031
Complementary color
Monochromatic Colors of #C02031
Black with #C02031
Text Example
Text Example
White with #C02031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02031; }
p { color: rgb(192,32,49); }
H1.HeaderClassName
{
color: #C02031;
}
.AnyTagClassName
{
color: #C02031;
}
</style>
background-color css
<style>
a { background-color: #C02031; }
a { background-color: rgb(192,32,49); }
div.DivClassName
{
background-color: #C02031;
}
.BgClassName
{
background-color: #C02031;
}
</style>
border-color css
<style>
span { border-color: #C02031; }
span { border-color: rgb(192,32,49); }
td.TdClassName
{
border-color: #C02031;
}
.TagClassName
{
border-color: #C02031;
}
</style>