Shades of Cardinal #C40B3A
Tints of Cardinal #C40B3A
RGB
CMYK
RGB Variations
Color information
#C40B3A (or 0xC40B3A) is known color: Cardinal. HEX triplet: C4, 0B and 3A. RGB value is (196,11,58). Sum of RGB (Red+Green+Blue) = 196+11+58=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B3A is #3BF4C5. Grayscale: #474747. Windows color (decimal): -3929286 or 3804100. OLE color: 3804100.
HSL color Cylindrical-coordinate representation of color #C40B3A: hue angle of 344.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B3A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 58 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.23 |
| HSL | 344.76º | 0.89% | 0.41% | - |
| HSV(B) | 344.76º | 0.94% | 0.77% | - |
| XYZ | 23.65 | 12.28 | 5.13 | - |
| YUV | 71.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 58 | 0 | 0.94 | 0.70 | 0.23 | 344.76 | 0.89 | 0.41 |
| Hex | C4 | B | 3A | 0 | 5E | 46 | 17 | 159 | 59 | 29 |
| Octal | 304 | 13 | 72 | 0 | 136 | 106 | 27 | 531 | 131 | 51 |
| Binary | 11000100 | 1011 | 111010 | 0 | 1011110 | 1000110 | 10111 | 101011001 | 1011001 | 101001 |
Color Harmonies of #C40B3A
Complementary color
Monochromatic Colors of #C40B3A
Black with #C40B3A
Text Example
Text Example
White with #C40B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B3A; }
p { color: rgb(196,11,58); }
H1.HeaderClassName
{
color: #C40B3A;
}
.AnyTagClassName
{
color: #C40B3A;
}
</style>
background-color css
<style>
a { background-color: #C40B3A; }
a { background-color: rgb(196,11,58); }
div.DivClassName
{
background-color: #C40B3A;
}
.BgClassName
{
background-color: #C40B3A;
}
</style>
border-color css
<style>
span { border-color: #C40B3A; }
span { border-color: rgb(196,11,58); }
td.TdClassName
{
border-color: #C40B3A;
}
.TagClassName
{
border-color: #C40B3A;
}
</style>