Shades of Cardinal #C4132D
Tints of Cardinal #C4132D
RGB
CMYK
RGB Variations
Color information
#C4132D (or 0xC4132D) is known color: Cardinal. HEX triplet: C4, 13 and 2D. RGB value is (196,19,45). Sum of RGB (Red+Green+Blue) = 196+19+45=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4132D is #3BECD2. Grayscale: #4A4A4A. Windows color (decimal): -3927251 or 2954180. OLE color: 2954180.
HSL color Cylindrical-coordinate representation of color #C4132D: hue angle of 351.19º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.23 |
| HSL | 351.19º | 0.82% | 0.42% | - |
| HSV(B) | 351.19º | 0.9% | 0.77% | - |
| XYZ | 23.47 | 12.39 | 3.64 | - |
| YUV | 74.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 45 | 0 | 0.90 | 0.77 | 0.23 | 351.19 | 0.82 | 0.42 |
| Hex | C4 | 13 | 2D | 0 | 5A | 4D | 17 | 15F | 52 | 2A |
| Octal | 304 | 23 | 55 | 0 | 132 | 115 | 27 | 537 | 122 | 52 |
| Binary | 11000100 | 10011 | 101101 | 0 | 1011010 | 1001101 | 10111 | 101011111 | 1010010 | 101010 |
Color Harmonies of #C4132D
Complementary color
Monochromatic Colors of #C4132D
Black with #C4132D
Text Example
Text Example
White with #C4132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4132D; }
p { color: rgb(196,19,45); }
H1.HeaderClassName
{
color: #C4132D;
}
.AnyTagClassName
{
color: #C4132D;
}
</style>
background-color css
<style>
a { background-color: #C4132D; }
a { background-color: rgb(196,19,45); }
div.DivClassName
{
background-color: #C4132D;
}
.BgClassName
{
background-color: #C4132D;
}
</style>
border-color css
<style>
span { border-color: #C4132D; }
span { border-color: rgb(196,19,45); }
td.TdClassName
{
border-color: #C4132D;
}
.TagClassName
{
border-color: #C4132D;
}
</style>