Shades of Cardinal #C4003A
Tints of Cardinal #C4003A
RGB
CMYK
RGB Variations
Color information
#C4003A (or 0xC4003A) is known color: Cardinal. HEX triplet: C4, 00 and 3A. RGB value is (196,0,58). Sum of RGB (Red+Green+Blue) = 196+0+58=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003A is #3BFFC5. Grayscale: #414141. Windows color (decimal): -3932102 or 3801284. OLE color: 3801284.
HSL color Cylindrical-coordinate representation of color #C4003A: hue angle of 342.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4003A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.70 | 0.23 |
| HSL | 342.24º | 1% | 0.38% | - |
| HSV(B) | 342.24º | 1% | 0.77% | - |
| XYZ | 23.53 | 12.04 | 5.09 | - |
| YUV | 65.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 58 | 0 | 1 | 0.70 | 0.23 | 342.24 | 1 | 0.38 |
| Hex | C4 | 0 | 3A | 0 | 64 | 46 | 17 | 156 | 64 | 26 |
| Octal | 304 | 0 | 72 | 0 | 144 | 106 | 27 | 526 | 144 | 46 |
| Binary | 11000100 | 0 | 111010 | 0 | 1100100 | 1000110 | 10111 | 101010110 | 1100100 | 100110 |
Color Harmonies of #C4003A
Complementary color
Monochromatic Colors of #C4003A
Black with #C4003A
Text Example
Text Example
White with #C4003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4003A; }
p { color: rgb(196,0,58); }
H1.HeaderClassName
{
color: #C4003A;
}
.AnyTagClassName
{
color: #C4003A;
}
</style>
background-color css
<style>
a { background-color: #C4003A; }
a { background-color: rgb(196,0,58); }
div.DivClassName
{
background-color: #C4003A;
}
.BgClassName
{
background-color: #C4003A;
}
</style>
border-color css
<style>
span { border-color: #C4003A; }
span { border-color: rgb(196,0,58); }
td.TdClassName
{
border-color: #C4003A;
}
.TagClassName
{
border-color: #C4003A;
}
</style>