Shades of Cardinal #C4123A
Tints of Cardinal #C4123A
RGB
CMYK
RGB Variations
Color information
#C4123A (or 0xC4123A) is known color: Cardinal. HEX triplet: C4, 12 and 3A. RGB value is (196,18,58). Sum of RGB (Red+Green+Blue) = 196+18+58=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4123A is #3BEDC5. Grayscale: #4B4B4B. Windows color (decimal): -3927494 or 3805892. OLE color: 3805892.
HSL color Cylindrical-coordinate representation of color #C4123A: hue angle of 346.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4123A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 58 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.23 |
| HSL | 346.52º | 0.83% | 0.42% | - |
| HSV(B) | 346.52º | 0.91% | 0.77% | - |
| XYZ | 23.74 | 12.47 | 5.16 | - |
| YUV | 75.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 58 | 0 | 0.91 | 0.70 | 0.23 | 346.52 | 0.83 | 0.42 |
| Hex | C4 | 12 | 3A | 0 | 5B | 46 | 17 | 15B | 53 | 2A |
| Octal | 304 | 22 | 72 | 0 | 133 | 106 | 27 | 533 | 123 | 52 |
| Binary | 11000100 | 10010 | 111010 | 0 | 1011011 | 1000110 | 10111 | 101011011 | 1010011 | 101010 |
Color Harmonies of #C4123A
Complementary color
Monochromatic Colors of #C4123A
Black with #C4123A
Text Example
Text Example
White with #C4123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4123A; }
p { color: rgb(196,18,58); }
H1.HeaderClassName
{
color: #C4123A;
}
.AnyTagClassName
{
color: #C4123A;
}
</style>
background-color css
<style>
a { background-color: #C4123A; }
a { background-color: rgb(196,18,58); }
div.DivClassName
{
background-color: #C4123A;
}
.BgClassName
{
background-color: #C4123A;
}
</style>
border-color css
<style>
span { border-color: #C4123A; }
span { border-color: rgb(196,18,58); }
td.TdClassName
{
border-color: #C4123A;
}
.TagClassName
{
border-color: #C4123A;
}
</style>