Shades of Cardinal #A8163E
Tints of Cardinal #A8163E
RGB
CMYK
RGB Variations
Color information
#A8163E (or 0xA8163E) is known color: Cardinal. HEX triplet: A8, 16 and 3E. RGB value is (168,22,62). Sum of RGB (Red+Green+Blue) = 168+22+62=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8163E is #57E9C1. Grayscale: #464646. Windows color (decimal): -5761474 or 4069032. OLE color: 4069032.
HSL color Cylindrical-coordinate representation of color #A8163E: hue angle of 343.56º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8163E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 62 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.34 |
| HSL | 343.56º | 0.77% | 0.37% | - |
| HSV(B) | 343.56º | 0.87% | 0.66% | - |
| XYZ | 17.3 | 9.25 | 5.43 | - |
| YUV | 70.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 62 | 0 | 0.87 | 0.63 | 0.34 | 343.56 | 0.77 | 0.37 |
| Hex | A8 | 16 | 3E | 0 | 57 | 3F | 22 | 158 | 4D | 25 |
| Octal | 250 | 26 | 76 | 0 | 127 | 77 | 42 | 530 | 115 | 45 |
| Binary | 10101000 | 10110 | 111110 | 0 | 1010111 | 111111 | 100010 | 101011000 | 1001101 | 100101 |
Color Harmonies of #A8163E
Complementary color
Monochromatic Colors of #A8163E
Black with #A8163E
Text Example
Text Example
White with #A8163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8163E; }
p { color: rgb(168,22,62); }
H1.HeaderClassName
{
color: #A8163E;
}
.AnyTagClassName
{
color: #A8163E;
}
</style>
background-color css
<style>
a { background-color: #A8163E; }
a { background-color: rgb(168,22,62); }
div.DivClassName
{
background-color: #A8163E;
}
.BgClassName
{
background-color: #A8163E;
}
</style>
border-color css
<style>
span { border-color: #A8163E; }
span { border-color: rgb(168,22,62); }
td.TdClassName
{
border-color: #A8163E;
}
.TagClassName
{
border-color: #A8163E;
}
</style>