Shades of Cardinal #C40A38
Tints of Cardinal #C40A38
RGB
CMYK
RGB Variations
Color information
#C40A38 (or 0xC40A38) is known color: Cardinal. HEX triplet: C4, 0A and 38. RGB value is (196,10,56). Sum of RGB (Red+Green+Blue) = 196+10+56=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A38 is #3BF5C7. Grayscale: #464646. Windows color (decimal): -3929544 or 3672772. OLE color: 3672772.
HSL color Cylindrical-coordinate representation of color #C40A38: hue angle of 345.16º 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 #C40A38 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 56 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.23 |
| HSL | 345.16º | 0.9% | 0.4% | - |
| HSV(B) | 345.16º | 0.95% | 0.77% | - |
| XYZ | 23.59 | 12.24 | 4.86 | - |
| YUV | 70.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 56 | 0 | 0.95 | 0.71 | 0.23 | 345.16 | 0.9 | 0.4 |
| Hex | C4 | A | 38 | 0 | 5F | 47 | 17 | 159 | 5A | 28 |
| Octal | 304 | 12 | 70 | 0 | 137 | 107 | 27 | 531 | 132 | 50 |
| Binary | 11000100 | 1010 | 111000 | 0 | 1011111 | 1000111 | 10111 | 101011001 | 1011010 | 101000 |
Color Harmonies of #C40A38
Complementary color
Monochromatic Colors of #C40A38
Black with #C40A38
Text Example
Text Example
White with #C40A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A38; }
p { color: rgb(196,10,56); }
H1.HeaderClassName
{
color: #C40A38;
}
.AnyTagClassName
{
color: #C40A38;
}
</style>
background-color css
<style>
a { background-color: #C40A38; }
a { background-color: rgb(196,10,56); }
div.DivClassName
{
background-color: #C40A38;
}
.BgClassName
{
background-color: #C40A38;
}
</style>
border-color css
<style>
span { border-color: #C40A38; }
span { border-color: rgb(196,10,56); }
td.TdClassName
{
border-color: #C40A38;
}
.TagClassName
{
border-color: #C40A38;
}
</style>