Shades of Cardinal #C01845
Tints of Cardinal #C01845
RGB
CMYK
RGB Variations
Color information
#C01845 (or 0xC01845) is known color: Cardinal. HEX triplet: C0, 18 and 45. RGB value is (192,24,69). Sum of RGB (Red+Green+Blue) = 192+24+69=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01845 is #3FE7BA. Grayscale: #4F4F4F. Windows color (decimal): -4188091 or 4528320. OLE color: 4528320.
HSL color Cylindrical-coordinate representation of color #C01845: hue angle of 343.93º 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 #C01845 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 69 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.25 |
| HSL | 343.93º | 0.78% | 0.42% | - |
| HSV(B) | 343.93º | 0.88% | 0.75% | - |
| XYZ | 23.14 | 12.29 | 6.78 | - |
| YUV | 79.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 69 | 0 | 0.88 | 0.64 | 0.25 | 343.93 | 0.78 | 0.42 |
| Hex | C0 | 18 | 45 | 0 | 58 | 40 | 19 | 158 | 4E | 2A |
| Octal | 300 | 30 | 105 | 0 | 130 | 100 | 31 | 530 | 116 | 52 |
| Binary | 11000000 | 11000 | 1000101 | 0 | 1011000 | 1000000 | 11001 | 101011000 | 1001110 | 101010 |
Color Harmonies of #C01845
Complementary color
Monochromatic Colors of #C01845
Black with #C01845
Text Example
Text Example
White with #C01845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01845; }
p { color: rgb(192,24,69); }
H1.HeaderClassName
{
color: #C01845;
}
.AnyTagClassName
{
color: #C01845;
}
</style>
background-color css
<style>
a { background-color: #C01845; }
a { background-color: rgb(192,24,69); }
div.DivClassName
{
background-color: #C01845;
}
.BgClassName
{
background-color: #C01845;
}
</style>
border-color css
<style>
span { border-color: #C01845; }
span { border-color: rgb(192,24,69); }
td.TdClassName
{
border-color: #C01845;
}
.TagClassName
{
border-color: #C01845;
}
</style>