Shades of Cardinal #C01849
Tints of Cardinal #C01849
RGB
CMYK
RGB Variations
Color information
#C01849 (or 0xC01849) is known color: Cardinal. HEX triplet: C0, 18 and 49. RGB value is (192,24,73). Sum of RGB (Red+Green+Blue) = 192+24+73=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C01849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01849 is #3FE7B6. Grayscale: #4F4F4F. Windows color (decimal): -4188087 or 4790464. OLE color: 4790464.
HSL color Cylindrical-coordinate representation of color #C01849: hue angle of 342.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01849 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 73 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.25 |
| HSL | 342.5º | 0.78% | 0.42% | - |
| HSV(B) | 342.5º | 0.88% | 0.75% | - |
| XYZ | 23.27 | 12.34 | 7.46 | - |
| YUV | 79.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 73 | 0 | 0.88 | 0.62 | 0.25 | 342.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | 49 | 0 | 58 | 3E | 19 | 156 | 4E | 2A |
| Octal | 300 | 30 | 111 | 0 | 130 | 76 | 31 | 526 | 116 | 52 |
| Binary | 11000000 | 11000 | 1001001 | 0 | 1011000 | 111110 | 11001 | 101010110 | 1001110 | 101010 |
Color Harmonies of #C01849
Complementary color
Monochromatic Colors of #C01849
Black with #C01849
Text Example
Text Example
White with #C01849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01849; }
p { color: rgb(192,24,73); }
H1.HeaderClassName
{
color: #C01849;
}
.AnyTagClassName
{
color: #C01849;
}
</style>
background-color css
<style>
a { background-color: #C01849; }
a { background-color: rgb(192,24,73); }
div.DivClassName
{
background-color: #C01849;
}
.BgClassName
{
background-color: #C01849;
}
</style>
border-color css
<style>
span { border-color: #C01849; }
span { border-color: rgb(192,24,73); }
td.TdClassName
{
border-color: #C01849;
}
.TagClassName
{
border-color: #C01849;
}
</style>