Shades of Cardinal #C4053B
Tints of Cardinal #C4053B
RGB
CMYK
RGB Variations
Color information
#C4053B (or 0xC4053B) is known color: Cardinal. HEX triplet: C4, 05 and 3B. RGB value is (196,5,59). Sum of RGB (Red+Green+Blue) = 196+5+59=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4053B is #3BFAC4. Grayscale: #444444. Windows color (decimal): -3930821 or 3868100. OLE color: 3868100.
HSL color Cylindrical-coordinate representation of color #C4053B: hue angle of 343.04º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4053B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.23 |
| HSL | 343.04º | 0.95% | 0.39% | - |
| HSV(B) | 343.04º | 0.97% | 0.77% | - |
| XYZ | 23.61 | 12.16 | 5.24 | - |
| YUV | 68.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 59 | 0 | 0.97 | 0.70 | 0.23 | 343.04 | 0.95 | 0.39 |
| Hex | C4 | 5 | 3B | 0 | 61 | 46 | 17 | 157 | 5F | 27 |
| Octal | 304 | 5 | 73 | 0 | 141 | 106 | 27 | 527 | 137 | 47 |
| Binary | 11000100 | 101 | 111011 | 0 | 1100001 | 1000110 | 10111 | 101010111 | 1011111 | 100111 |
Color Harmonies of #C4053B
Complementary color
Monochromatic Colors of #C4053B
Black with #C4053B
Text Example
Text Example
White with #C4053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4053B; }
p { color: rgb(196,5,59); }
H1.HeaderClassName
{
color: #C4053B;
}
.AnyTagClassName
{
color: #C4053B;
}
</style>
background-color css
<style>
a { background-color: #C4053B; }
a { background-color: rgb(196,5,59); }
div.DivClassName
{
background-color: #C4053B;
}
.BgClassName
{
background-color: #C4053B;
}
</style>
border-color css
<style>
span { border-color: #C4053B; }
span { border-color: rgb(196,5,59); }
td.TdClassName
{
border-color: #C4053B;
}
.TagClassName
{
border-color: #C4053B;
}
</style>