Shades of Cardinal #C0043C
Tints of Cardinal #C0043C
RGB
CMYK
RGB Variations
Color information
#C0043C (or 0xC0043C) is known color: Cardinal. HEX triplet: C0, 04 and 3C. RGB value is (192,4,60). Sum of RGB (Red+Green+Blue) = 192+4+60=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0043C is #3FFBC3. Grayscale: #424242. Windows color (decimal): -4193220 or 3933376. OLE color: 3933376.
HSL color Cylindrical-coordinate representation of color #C0043C: hue angle of 342.13º degrees, saturation: 0.96, 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 #C0043C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.25 |
| HSL | 342.13º | 0.96% | 0.38% | - |
| HSV(B) | 342.13º | 0.98% | 0.75% | - |
| XYZ | 22.6 | 11.62 | 5.33 | - |
| YUV | 66.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 60 | 0 | 0.98 | 0.69 | 0.25 | 342.13 | 0.96 | 0.38 |
| Hex | C0 | 4 | 3C | 0 | 62 | 45 | 19 | 156 | 60 | 26 |
| Octal | 300 | 4 | 74 | 0 | 142 | 105 | 31 | 526 | 140 | 46 |
| Binary | 11000000 | 100 | 111100 | 0 | 1100010 | 1000101 | 11001 | 101010110 | 1100000 | 100110 |
Color Harmonies of #C0043C
Complementary color
Monochromatic Colors of #C0043C
Black with #C0043C
Text Example
Text Example
White with #C0043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0043C; }
p { color: rgb(192,4,60); }
H1.HeaderClassName
{
color: #C0043C;
}
.AnyTagClassName
{
color: #C0043C;
}
</style>
background-color css
<style>
a { background-color: #C0043C; }
a { background-color: rgb(192,4,60); }
div.DivClassName
{
background-color: #C0043C;
}
.BgClassName
{
background-color: #C0043C;
}
</style>
border-color css
<style>
span { border-color: #C0043C; }
span { border-color: rgb(192,4,60); }
td.TdClassName
{
border-color: #C0043C;
}
.TagClassName
{
border-color: #C0043C;
}
</style>