Shades of Cardinal #C0003C
Tints of Cardinal #C0003C
RGB
CMYK
RGB Variations
Color information
#C0003C (or 0xC0003C) is known color: Cardinal. HEX triplet: C0, 00 and 3C. RGB value is (192,0,60). Sum of RGB (Red+Green+Blue) = 192+0+60=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0003C is #3FFFC3. Grayscale: #404040. Windows color (decimal): -4194244 or 3932352. OLE color: 3932352.
HSL color Cylindrical-coordinate representation of color #C0003C: hue angle of 341.25º 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 #C0003C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.69 | 0.25 |
| HSL | 341.25º | 1% | 0.38% | - |
| HSV(B) | 341.25º | 1% | 0.75% | - |
| XYZ | 22.55 | 11.53 | 5.31 | - |
| YUV | 64.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 60 | 0 | 1 | 0.69 | 0.25 | 341.25 | 1 | 0.38 |
| Hex | C0 | 0 | 3C | 0 | 64 | 45 | 19 | 155 | 64 | 26 |
| Octal | 300 | 0 | 74 | 0 | 144 | 105 | 31 | 525 | 144 | 46 |
| Binary | 11000000 | 0 | 111100 | 0 | 1100100 | 1000101 | 11001 | 101010101 | 1100100 | 100110 |
Color Harmonies of #C0003C
Complementary color
Monochromatic Colors of #C0003C
Black with #C0003C
Text Example
Text Example
White with #C0003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0003C; }
p { color: rgb(192,0,60); }
H1.HeaderClassName
{
color: #C0003C;
}
.AnyTagClassName
{
color: #C0003C;
}
</style>
background-color css
<style>
a { background-color: #C0003C; }
a { background-color: rgb(192,0,60); }
div.DivClassName
{
background-color: #C0003C;
}
.BgClassName
{
background-color: #C0003C;
}
</style>
border-color css
<style>
span { border-color: #C0003C; }
span { border-color: rgb(192,0,60); }
td.TdClassName
{
border-color: #C0003C;
}
.TagClassName
{
border-color: #C0003C;
}
</style>