Shades of Cardinal #C4203B
Tints of Cardinal #C4203B
RGB
CMYK
RGB Variations
Color information
#C4203B (or 0xC4203B) is known color: Cardinal. HEX triplet: C4, 20 and 3B. RGB value is (196,32,59). Sum of RGB (Red+Green+Blue) = 196+32+59=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C4203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4203B is #3BDFC4. Grayscale: #545454. Windows color (decimal): -3923909 or 3875012. OLE color: 3875012.
HSL color Cylindrical-coordinate representation of color #C4203B: hue angle of 350.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4203B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 59 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.23 |
| HSL | 350.12º | 0.72% | 0.45% | - |
| HSV(B) | 350.12º | 0.84% | 0.77% | - |
| XYZ | 24.07 | 13.08 | 5.39 | - |
| YUV | 84.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 59 | 0 | 0.84 | 0.70 | 0.23 | 350.12 | 0.72 | 0.45 |
| Hex | C4 | 20 | 3B | 0 | 54 | 46 | 17 | 15E | 48 | 2D |
| Octal | 304 | 40 | 73 | 0 | 124 | 106 | 27 | 536 | 110 | 55 |
| Binary | 11000100 | 100000 | 111011 | 0 | 1010100 | 1000110 | 10111 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C4203B
Complementary color
Monochromatic Colors of #C4203B
Black with #C4203B
Text Example
Text Example
White with #C4203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4203B; }
p { color: rgb(196,32,59); }
H1.HeaderClassName
{
color: #C4203B;
}
.AnyTagClassName
{
color: #C4203B;
}
</style>
background-color css
<style>
a { background-color: #C4203B; }
a { background-color: rgb(196,32,59); }
div.DivClassName
{
background-color: #C4203B;
}
.BgClassName
{
background-color: #C4203B;
}
</style>
border-color css
<style>
span { border-color: #C4203B; }
span { border-color: rgb(196,32,59); }
td.TdClassName
{
border-color: #C4203B;
}
.TagClassName
{
border-color: #C4203B;
}
</style>