Shades of Cardinal #C00032
Tints of Cardinal #C00032
RGB
CMYK
RGB Variations
Color information
#C00032 (or 0xC00032) is known color: Cardinal. HEX triplet: C0, 00 and 32. RGB value is (192,0,50). Sum of RGB (Red+Green+Blue) = 192+0+50=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00032 is #3FFFCD. Grayscale: #3F3F3F. Windows color (decimal): -4194254 or 3276992. OLE color: 3276992.
HSL color Cylindrical-coordinate representation of color #C00032: hue angle of 344.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00032 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.74 | 0.25 |
| HSL | 344.38º | 1% | 0.38% | - |
| HSV(B) | 344.38º | 1% | 0.75% | - |
| XYZ | 22.31 | 11.44 | 4.05 | - |
| YUV | 63.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 50 | 0 | 1 | 0.74 | 0.25 | 344.38 | 1 | 0.38 |
| Hex | C0 | 0 | 32 | 0 | 64 | 4A | 19 | 158 | 64 | 26 |
| Octal | 300 | 0 | 62 | 0 | 144 | 112 | 31 | 530 | 144 | 46 |
| Binary | 11000000 | 0 | 110010 | 0 | 1100100 | 1001010 | 11001 | 101011000 | 1100100 | 100110 |
Color Harmonies of #C00032
Complementary color
Monochromatic Colors of #C00032
Black with #C00032
Text Example
Text Example
White with #C00032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00032; }
p { color: rgb(192,0,50); }
H1.HeaderClassName
{
color: #C00032;
}
.AnyTagClassName
{
color: #C00032;
}
</style>
background-color css
<style>
a { background-color: #C00032; }
a { background-color: rgb(192,0,50); }
div.DivClassName
{
background-color: #C00032;
}
.BgClassName
{
background-color: #C00032;
}
</style>
border-color css
<style>
span { border-color: #C00032; }
span { border-color: rgb(192,0,50); }
td.TdClassName
{
border-color: #C00032;
}
.TagClassName
{
border-color: #C00032;
}
</style>