Shades of Cardinal #C00034
Tints of Cardinal #C00034
RGB
CMYK
RGB Variations
Color information
#C00034 (or 0xC00034) is known color: Cardinal. HEX triplet: C0, 00 and 34. RGB value is (192,0,52). Sum of RGB (Red+Green+Blue) = 192+0+52=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C00034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00034 is #3FFFCB. Grayscale: #3F3F3F. Windows color (decimal): -4194252 or 3408064. OLE color: 3408064.
HSL color Cylindrical-coordinate representation of color #C00034: hue angle of 343.75º 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 #C00034 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.73 | 0.25 |
| HSL | 343.75º | 1% | 0.38% | - |
| HSV(B) | 343.75º | 1% | 0.75% | - |
| XYZ | 22.36 | 11.45 | 4.28 | - |
| YUV | 63.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 52 | 0 | 1 | 0.73 | 0.25 | 343.75 | 1 | 0.38 |
| Hex | C0 | 0 | 34 | 0 | 64 | 49 | 19 | 158 | 64 | 26 |
| Octal | 300 | 0 | 64 | 0 | 144 | 111 | 31 | 530 | 144 | 46 |
| Binary | 11000000 | 0 | 110100 | 0 | 1100100 | 1001001 | 11001 | 101011000 | 1100100 | 100110 |
Color Harmonies of #C00034
Complementary color
Monochromatic Colors of #C00034
Black with #C00034
Text Example
Text Example
White with #C00034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00034; }
p { color: rgb(192,0,52); }
H1.HeaderClassName
{
color: #C00034;
}
.AnyTagClassName
{
color: #C00034;
}
</style>
background-color css
<style>
a { background-color: #C00034; }
a { background-color: rgb(192,0,52); }
div.DivClassName
{
background-color: #C00034;
}
.BgClassName
{
background-color: #C00034;
}
</style>
border-color css
<style>
span { border-color: #C00034; }
span { border-color: rgb(192,0,52); }
td.TdClassName
{
border-color: #C00034;
}
.TagClassName
{
border-color: #C00034;
}
</style>