Shades of Cardinal #C4103B
Tints of Cardinal #C4103B
RGB
CMYK
RGB Variations
Color information
#C4103B (or 0xC4103B) is known color: Cardinal. HEX triplet: C4, 10 and 3B. RGB value is (196,16,59). Sum of RGB (Red+Green+Blue) = 196+16+59=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C4103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4103B is #3BEFC4. Grayscale: #4A4A4A. Windows color (decimal): -3928005 or 3870916. OLE color: 3870916.
HSL color Cylindrical-coordinate representation of color #C4103B: hue angle of 345.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4103B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.23 |
| HSL | 345.67º | 0.85% | 0.42% | - |
| HSV(B) | 345.67º | 0.92% | 0.77% | - |
| XYZ | 23.74 | 12.42 | 5.28 | - |
| YUV | 74.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 59 | 0 | 0.92 | 0.70 | 0.23 | 345.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 3B | 0 | 5C | 46 | 17 | 15A | 55 | 2A |
| Octal | 304 | 20 | 73 | 0 | 134 | 106 | 27 | 532 | 125 | 52 |
| Binary | 11000100 | 10000 | 111011 | 0 | 1011100 | 1000110 | 10111 | 101011010 | 1010101 | 101010 |
Color Harmonies of #C4103B
Complementary color
Monochromatic Colors of #C4103B
Black with #C4103B
Text Example
Text Example
White with #C4103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4103B; }
p { color: rgb(196,16,59); }
H1.HeaderClassName
{
color: #C4103B;
}
.AnyTagClassName
{
color: #C4103B;
}
</style>
background-color css
<style>
a { background-color: #C4103B; }
a { background-color: rgb(196,16,59); }
div.DivClassName
{
background-color: #C4103B;
}
.BgClassName
{
background-color: #C4103B;
}
</style>
border-color css
<style>
span { border-color: #C4103B; }
span { border-color: rgb(196,16,59); }
td.TdClassName
{
border-color: #C4103B;
}
.TagClassName
{
border-color: #C4103B;
}
</style>