Shades of Cardinal #C4153B
Tints of Cardinal #C4153B
RGB
CMYK
RGB Variations
Color information
#C4153B (or 0xC4153B) is known color: Cardinal. HEX triplet: C4, 15 and 3B. RGB value is (196,21,59). Sum of RGB (Red+Green+Blue) = 196+21+59=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4153B is #3BEAC4. Grayscale: #4D4D4D. Windows color (decimal): -3926725 or 3872196. OLE color: 3872196.
HSL color Cylindrical-coordinate representation of color #C4153B: hue angle of 346.97º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4153B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 59 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.23 |
| HSL | 346.97º | 0.81% | 0.43% | - |
| HSV(B) | 346.97º | 0.89% | 0.77% | - |
| XYZ | 23.82 | 12.59 | 5.31 | - |
| YUV | 77.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 59 | 0 | 0.89 | 0.70 | 0.23 | 346.97 | 0.81 | 0.43 |
| Hex | C4 | 15 | 3B | 0 | 59 | 46 | 17 | 15B | 51 | 2B |
| Octal | 304 | 25 | 73 | 0 | 131 | 106 | 27 | 533 | 121 | 53 |
| Binary | 11000100 | 10101 | 111011 | 0 | 1011001 | 1000110 | 10111 | 101011011 | 1010001 | 101011 |
Color Harmonies of #C4153B
Complementary color
Monochromatic Colors of #C4153B
Black with #C4153B
Text Example
Text Example
White with #C4153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4153B; }
p { color: rgb(196,21,59); }
H1.HeaderClassName
{
color: #C4153B;
}
.AnyTagClassName
{
color: #C4153B;
}
</style>
background-color css
<style>
a { background-color: #C4153B; }
a { background-color: rgb(196,21,59); }
div.DivClassName
{
background-color: #C4153B;
}
.BgClassName
{
background-color: #C4153B;
}
</style>
border-color css
<style>
span { border-color: #C4153B; }
span { border-color: rgb(196,21,59); }
td.TdClassName
{
border-color: #C4153B;
}
.TagClassName
{
border-color: #C4153B;
}
</style>