Shades of Cardinal #C4163B
Tints of Cardinal #C4163B
RGB
CMYK
RGB Variations
Color information
#C4163B (or 0xC4163B) is known color: Cardinal. HEX triplet: C4, 16 and 3B. RGB value is (196,22,59). Sum of RGB (Red+Green+Blue) = 196+22+59=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4163B is #3BE9C4. Grayscale: #4E4E4E. Windows color (decimal): -3926469 or 3872452. OLE color: 3872452.
HSL color Cylindrical-coordinate representation of color #C4163B: hue angle of 347.24º degrees, saturation: 0.8, 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 #C4163B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 59 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.23 |
| HSL | 347.24º | 0.8% | 0.43% | - |
| HSV(B) | 347.24º | 0.89% | 0.77% | - |
| XYZ | 23.84 | 12.63 | 5.32 | - |
| YUV | 78.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 59 | 0 | 0.89 | 0.70 | 0.23 | 347.24 | 0.8 | 0.43 |
| Hex | C4 | 16 | 3B | 0 | 59 | 46 | 17 | 15B | 50 | 2B |
| Octal | 304 | 26 | 73 | 0 | 131 | 106 | 27 | 533 | 120 | 53 |
| Binary | 11000100 | 10110 | 111011 | 0 | 1011001 | 1000110 | 10111 | 101011011 | 1010000 | 101011 |
Color Harmonies of #C4163B
Complementary color
Monochromatic Colors of #C4163B
Black with #C4163B
Text Example
Text Example
White with #C4163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4163B; }
p { color: rgb(196,22,59); }
H1.HeaderClassName
{
color: #C4163B;
}
.AnyTagClassName
{
color: #C4163B;
}
</style>
background-color css
<style>
a { background-color: #C4163B; }
a { background-color: rgb(196,22,59); }
div.DivClassName
{
background-color: #C4163B;
}
.BgClassName
{
background-color: #C4163B;
}
</style>
border-color css
<style>
span { border-color: #C4163B; }
span { border-color: rgb(196,22,59); }
td.TdClassName
{
border-color: #C4163B;
}
.TagClassName
{
border-color: #C4163B;
}
</style>