Shades of Cardinal #C00443
Tints of Cardinal #C00443
RGB
CMYK
RGB Variations
Color information
#C00443 (or 0xC00443) is known color: Cardinal. HEX triplet: C0, 04 and 43. RGB value is (192,4,67). Sum of RGB (Red+Green+Blue) = 192+4+67=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C00443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00443 is #3FFBBC. Grayscale: #434343. Windows color (decimal): -4193213 or 4392128. OLE color: 4392128.
HSL color Cylindrical-coordinate representation of color #C00443: hue angle of 339.89º 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 #C00443 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.25 |
| HSL | 339.89º | 0.96% | 0.38% | - |
| HSV(B) | 339.89º | 0.98% | 0.75% | - |
| XYZ | 22.79 | 11.7 | 6.37 | - |
| YUV | 67.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 67 | 0 | 0.98 | 0.65 | 0.25 | 339.89 | 0.96 | 0.38 |
| Hex | C0 | 4 | 43 | 0 | 62 | 41 | 19 | 154 | 60 | 26 |
| Octal | 300 | 4 | 103 | 0 | 142 | 101 | 31 | 524 | 140 | 46 |
| Binary | 11000000 | 100 | 1000011 | 0 | 1100010 | 1000001 | 11001 | 101010100 | 1100000 | 100110 |
Color Harmonies of #C00443
Complementary color
Monochromatic Colors of #C00443
Black with #C00443
Text Example
Text Example
White with #C00443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00443; }
p { color: rgb(192,4,67); }
H1.HeaderClassName
{
color: #C00443;
}
.AnyTagClassName
{
color: #C00443;
}
</style>
background-color css
<style>
a { background-color: #C00443; }
a { background-color: rgb(192,4,67); }
div.DivClassName
{
background-color: #C00443;
}
.BgClassName
{
background-color: #C00443;
}
</style>
border-color css
<style>
span { border-color: #C00443; }
span { border-color: rgb(192,4,67); }
td.TdClassName
{
border-color: #C00443;
}
.TagClassName
{
border-color: #C00443;
}
</style>