Shades of Cardinal #C0184D
Tints of Cardinal #C0184D
RGB
CMYK
RGB Variations
Color information
#C0184D (or 0xC0184D) is known color: Cardinal. HEX triplet: C0, 18 and 4D. RGB value is (192,24,77). Sum of RGB (Red+Green+Blue) = 192+24+77=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0184D is #3FE7B2. Grayscale: #505050. Windows color (decimal): -4188083 or 5052608. OLE color: 5052608.
HSL color Cylindrical-coordinate representation of color #C0184D: hue angle of 341.07º 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 #C0184D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.25 |
| HSL | 341.07º | 0.78% | 0.42% | - |
| HSV(B) | 341.07º | 0.88% | 0.75% | - |
| XYZ | 23.4 | 12.4 | 8.18 | - |
| YUV | 80.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 77 | 0 | 0.88 | 0.60 | 0.25 | 341.07 | 0.78 | 0.42 |
| Hex | C0 | 18 | 4D | 0 | 58 | 3C | 19 | 155 | 4E | 2A |
| Octal | 300 | 30 | 115 | 0 | 130 | 74 | 31 | 525 | 116 | 52 |
| Binary | 11000000 | 11000 | 1001101 | 0 | 1011000 | 111100 | 11001 | 101010101 | 1001110 | 101010 |
Color Harmonies of #C0184D
Complementary color
Monochromatic Colors of #C0184D
Black with #C0184D
Text Example
Text Example
White with #C0184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0184D; }
p { color: rgb(192,24,77); }
H1.HeaderClassName
{
color: #C0184D;
}
.AnyTagClassName
{
color: #C0184D;
}
</style>
background-color css
<style>
a { background-color: #C0184D; }
a { background-color: rgb(192,24,77); }
div.DivClassName
{
background-color: #C0184D;
}
.BgClassName
{
background-color: #C0184D;
}
</style>
border-color css
<style>
span { border-color: #C0184D; }
span { border-color: rgb(192,24,77); }
td.TdClassName
{
border-color: #C0184D;
}
.TagClassName
{
border-color: #C0184D;
}
</style>