Shades of Cardinal #C00449
Tints of Cardinal #C00449
RGB
CMYK
RGB Variations
Color information
#C00449 (or 0xC00449) is known color: Cardinal. HEX triplet: C0, 04 and 49. RGB value is (192,4,73). Sum of RGB (Red+Green+Blue) = 192+4+73=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C00449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00449 is #3FFBB6. Grayscale: #434343. Windows color (decimal): -4193207 or 4785344. OLE color: 4785344.
HSL color Cylindrical-coordinate representation of color #C00449: hue angle of 337.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00449 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.25 |
| HSL | 337.98º | 0.96% | 0.38% | - |
| HSV(B) | 337.98º | 0.98% | 0.75% | - |
| XYZ | 22.98 | 11.77 | 7.36 | - |
| YUV | 68.08 | 130.78 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 73 | 0 | 0.98 | 0.62 | 0.25 | 337.98 | 0.96 | 0.38 |
| Hex | C0 | 4 | 49 | 0 | 62 | 3E | 19 | 152 | 60 | 26 |
| Octal | 300 | 4 | 111 | 0 | 142 | 76 | 31 | 522 | 140 | 46 |
| Binary | 11000000 | 100 | 1001001 | 0 | 1100010 | 111110 | 11001 | 101010010 | 1100000 | 100110 |
Color Harmonies of #C00449
Complementary color
Monochromatic Colors of #C00449
Black with #C00449
Text Example
Text Example
White with #C00449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00449; }
p { color: rgb(192,4,73); }
H1.HeaderClassName
{
color: #C00449;
}
.AnyTagClassName
{
color: #C00449;
}
</style>
background-color css
<style>
a { background-color: #C00449; }
a { background-color: rgb(192,4,73); }
div.DivClassName
{
background-color: #C00449;
}
.BgClassName
{
background-color: #C00449;
}
</style>
border-color css
<style>
span { border-color: #C00449; }
span { border-color: rgb(192,4,73); }
td.TdClassName
{
border-color: #C00449;
}
.TagClassName
{
border-color: #C00449;
}
</style>