Shades of Cardinal #C5162D
Tints of Cardinal #C5162D
RGB
CMYK
RGB Variations
Color information
#C5162D (or 0xC5162D) is known color: Cardinal. HEX triplet: C5, 16 and 2D. RGB value is (197,22,45). Sum of RGB (Red+Green+Blue) = 197+22+45=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162D is #3AE9D2. Grayscale: #4D4D4D. Windows color (decimal): -3860947 or 2954949. OLE color: 2954949.
HSL color Cylindrical-coordinate representation of color #C5162D: hue angle of 352.11º 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 #C5162D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 45 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.23 |
| HSL | 352.11º | 0.8% | 0.43% | - |
| HSV(B) | 352.11º | 0.89% | 0.77% | - |
| XYZ | 23.79 | 12.63 | 3.67 | - |
| YUV | 76.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 45 | 0 | 0.89 | 0.77 | 0.23 | 352.11 | 0.8 | 0.43 |
| Hex | C5 | 16 | 2D | 0 | 59 | 4D | 17 | 160 | 50 | 2B |
| Octal | 305 | 26 | 55 | 0 | 131 | 115 | 27 | 540 | 120 | 53 |
| Binary | 11000101 | 10110 | 101101 | 0 | 1011001 | 1001101 | 10111 | 101100000 | 1010000 | 101011 |
Color Harmonies of #C5162D
Complementary color
Monochromatic Colors of #C5162D
Black with #C5162D
Text Example
Text Example
White with #C5162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5162D; }
p { color: rgb(197,22,45); }
H1.HeaderClassName
{
color: #C5162D;
}
.AnyTagClassName
{
color: #C5162D;
}
</style>
background-color css
<style>
a { background-color: #C5162D; }
a { background-color: rgb(197,22,45); }
div.DivClassName
{
background-color: #C5162D;
}
.BgClassName
{
background-color: #C5162D;
}
</style>
border-color css
<style>
span { border-color: #C5162D; }
span { border-color: rgb(197,22,45); }
td.TdClassName
{
border-color: #C5162D;
}
.TagClassName
{
border-color: #C5162D;
}
</style>