Shades of Cardinal #C0033C
Tints of Cardinal #C0033C
RGB
CMYK
RGB Variations
Color information
#C0033C (or 0xC0033C) is known color: Cardinal. HEX triplet: C0, 03 and 3C. RGB value is (192,3,60). Sum of RGB (Red+Green+Blue) = 192+3+60=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033C is #3FFCC3. Grayscale: #414141. Windows color (decimal): -4193476 or 3933120. OLE color: 3933120.
HSL color Cylindrical-coordinate representation of color #C0033C: hue angle of 341.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0033C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.25 |
| HSL | 341.9º | 0.97% | 0.38% | - |
| HSV(B) | 341.9º | 0.98% | 0.75% | - |
| XYZ | 22.59 | 11.6 | 5.32 | - |
| YUV | 66.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 60 | 0 | 0.98 | 0.69 | 0.25 | 341.9 | 0.97 | 0.38 |
| Hex | C0 | 3 | 3C | 0 | 62 | 45 | 19 | 156 | 61 | 26 |
| Octal | 300 | 3 | 74 | 0 | 142 | 105 | 31 | 526 | 141 | 46 |
| Binary | 11000000 | 11 | 111100 | 0 | 1100010 | 1000101 | 11001 | 101010110 | 1100001 | 100110 |
Color Harmonies of #C0033C
Complementary color
Monochromatic Colors of #C0033C
Black with #C0033C
Text Example
Text Example
White with #C0033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0033C; }
p { color: rgb(192,3,60); }
H1.HeaderClassName
{
color: #C0033C;
}
.AnyTagClassName
{
color: #C0033C;
}
</style>
background-color css
<style>
a { background-color: #C0033C; }
a { background-color: rgb(192,3,60); }
div.DivClassName
{
background-color: #C0033C;
}
.BgClassName
{
background-color: #C0033C;
}
</style>
border-color css
<style>
span { border-color: #C0033C; }
span { border-color: rgb(192,3,60); }
td.TdClassName
{
border-color: #C0033C;
}
.TagClassName
{
border-color: #C0033C;
}
</style>