Shades of Cardinal #C00445
Tints of Cardinal #C00445
RGB
CMYK
RGB Variations
Color information
#C00445 (or 0xC00445) is known color: Cardinal. HEX triplet: C0, 04 and 45. RGB value is (192,4,69). Sum of RGB (Red+Green+Blue) = 192+4+69=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00445 is #3FFBBA. Grayscale: #434343. Windows color (decimal): -4193211 or 4523200. OLE color: 4523200.
HSL color Cylindrical-coordinate representation of color #C00445: hue angle of 339.26º 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 #C00445 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.25 |
| HSL | 339.26º | 0.96% | 0.38% | - |
| HSV(B) | 339.26º | 0.98% | 0.75% | - |
| XYZ | 22.86 | 11.72 | 6.69 | - |
| YUV | 67.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 69 | 0 | 0.98 | 0.64 | 0.25 | 339.26 | 0.96 | 0.38 |
| Hex | C0 | 4 | 45 | 0 | 62 | 40 | 19 | 153 | 60 | 26 |
| Octal | 300 | 4 | 105 | 0 | 142 | 100 | 31 | 523 | 140 | 46 |
| Binary | 11000000 | 100 | 1000101 | 0 | 1100010 | 1000000 | 11001 | 101010011 | 1100000 | 100110 |
Color Harmonies of #C00445
Complementary color
Monochromatic Colors of #C00445
Black with #C00445
Text Example
Text Example
White with #C00445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00445; }
p { color: rgb(192,4,69); }
H1.HeaderClassName
{
color: #C00445;
}
.AnyTagClassName
{
color: #C00445;
}
</style>
background-color css
<style>
a { background-color: #C00445; }
a { background-color: rgb(192,4,69); }
div.DivClassName
{
background-color: #C00445;
}
.BgClassName
{
background-color: #C00445;
}
</style>
border-color css
<style>
span { border-color: #C00445; }
span { border-color: rgb(192,4,69); }
td.TdClassName
{
border-color: #C00445;
}
.TagClassName
{
border-color: #C00445;
}
</style>