Shades of Cardinal #C00549
Tints of Cardinal #C00549
RGB
CMYK
RGB Variations
Color information
#C00549 (or 0xC00549) is known color: Cardinal. HEX triplet: C0, 05 and 49. RGB value is (192,5,73). Sum of RGB (Red+Green+Blue) = 192+5+73=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C00549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00549 is #3FFAB6. Grayscale: #444444. Windows color (decimal): -4192951 or 4785600. OLE color: 4785600.
HSL color Cylindrical-coordinate representation of color #C00549: hue angle of 338.18º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00549 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.25 |
| HSL | 338.18º | 0.95% | 0.39% | - |
| HSV(B) | 338.18º | 0.97% | 0.75% | - |
| XYZ | 23 | 11.8 | 7.37 | - |
| YUV | 68.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 73 | 0 | 0.97 | 0.62 | 0.25 | 338.18 | 0.95 | 0.39 |
| Hex | C0 | 5 | 49 | 0 | 61 | 3E | 19 | 152 | 5F | 27 |
| Octal | 300 | 5 | 111 | 0 | 141 | 76 | 31 | 522 | 137 | 47 |
| Binary | 11000000 | 101 | 1001001 | 0 | 1100001 | 111110 | 11001 | 101010010 | 1011111 | 100111 |
Color Harmonies of #C00549
Complementary color
Monochromatic Colors of #C00549
Black with #C00549
Text Example
Text Example
White with #C00549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00549; }
p { color: rgb(192,5,73); }
H1.HeaderClassName
{
color: #C00549;
}
.AnyTagClassName
{
color: #C00549;
}
</style>
background-color css
<style>
a { background-color: #C00549; }
a { background-color: rgb(192,5,73); }
div.DivClassName
{
background-color: #C00549;
}
.BgClassName
{
background-color: #C00549;
}
</style>
border-color css
<style>
span { border-color: #C00549; }
span { border-color: rgb(192,5,73); }
td.TdClassName
{
border-color: #C00549;
}
.TagClassName
{
border-color: #C00549;
}
</style>