Shades of Cardinal #C40A43
Tints of Cardinal #C40A43
RGB
CMYK
RGB Variations
Color information
#C40A43 (or 0xC40A43) is known color: Cardinal. HEX triplet: C4, 0A and 43. RGB value is (196,10,67). Sum of RGB (Red+Green+Blue) = 196+10+67=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A43 is #3BF5BC. Grayscale: #484848. Windows color (decimal): -3929533 or 4393668. OLE color: 4393668.
HSL color Cylindrical-coordinate representation of color #C40A43: hue angle of 341.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A43 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.23 |
| HSL | 341.61º | 0.9% | 0.4% | - |
| HSV(B) | 341.61º | 0.95% | 0.77% | - |
| XYZ | 23.89 | 12.36 | 6.44 | - |
| YUV | 72.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 67 | 0 | 0.95 | 0.66 | 0.23 | 341.61 | 0.9 | 0.4 |
| Hex | C4 | A | 43 | 0 | 5F | 42 | 17 | 156 | 5A | 28 |
| Octal | 304 | 12 | 103 | 0 | 137 | 102 | 27 | 526 | 132 | 50 |
| Binary | 11000100 | 1010 | 1000011 | 0 | 1011111 | 1000010 | 10111 | 101010110 | 1011010 | 101000 |
Color Harmonies of #C40A43
Complementary color
Monochromatic Colors of #C40A43
Black with #C40A43
Text Example
Text Example
White with #C40A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A43; }
p { color: rgb(196,10,67); }
H1.HeaderClassName
{
color: #C40A43;
}
.AnyTagClassName
{
color: #C40A43;
}
</style>
background-color css
<style>
a { background-color: #C40A43; }
a { background-color: rgb(196,10,67); }
div.DivClassName
{
background-color: #C40A43;
}
.BgClassName
{
background-color: #C40A43;
}
</style>
border-color css
<style>
span { border-color: #C40A43; }
span { border-color: rgb(196,10,67); }
td.TdClassName
{
border-color: #C40A43;
}
.TagClassName
{
border-color: #C40A43;
}
</style>