Shades of Cardinal #C40949
Tints of Cardinal #C40949
RGB
CMYK
RGB Variations
Color information
#C40949 (or 0xC40949) is known color: Cardinal. HEX triplet: C4, 09 and 49. RGB value is (196,9,73). Sum of RGB (Red+Green+Blue) = 196+9+73=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C40949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40949 is #3BF6B6. Grayscale: #484848. Windows color (decimal): -3929783 or 4786628. OLE color: 4786628.
HSL color Cylindrical-coordinate representation of color #C40949: hue angle of 339.47º degrees, saturation: 0.91, 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 #C40949 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.23 |
| HSL | 339.47º | 0.91% | 0.4% | - |
| HSV(B) | 339.47º | 0.95% | 0.77% | - |
| XYZ | 24.07 | 12.41 | 7.43 | - |
| YUV | 72.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 73 | 0 | 0.95 | 0.63 | 0.23 | 339.47 | 0.91 | 0.4 |
| Hex | C4 | 9 | 49 | 0 | 5F | 3F | 17 | 153 | 5B | 28 |
| Octal | 304 | 11 | 111 | 0 | 137 | 77 | 27 | 523 | 133 | 50 |
| Binary | 11000100 | 1001 | 1001001 | 0 | 1011111 | 111111 | 10111 | 101010011 | 1011011 | 101000 |
Color Harmonies of #C40949
Complementary color
Monochromatic Colors of #C40949
Black with #C40949
Text Example
Text Example
White with #C40949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40949; }
p { color: rgb(196,9,73); }
H1.HeaderClassName
{
color: #C40949;
}
.AnyTagClassName
{
color: #C40949;
}
</style>
background-color css
<style>
a { background-color: #C40949; }
a { background-color: rgb(196,9,73); }
div.DivClassName
{
background-color: #C40949;
}
.BgClassName
{
background-color: #C40949;
}
</style>
border-color css
<style>
span { border-color: #C40949; }
span { border-color: rgb(196,9,73); }
td.TdClassName
{
border-color: #C40949;
}
.TagClassName
{
border-color: #C40949;
}
</style>