Shades of Cardinal #A8173E
Tints of Cardinal #A8173E
RGB
CMYK
RGB Variations
Color information
#A8173E (or 0xA8173E) is known color: Cardinal. HEX triplet: A8, 17 and 3E. RGB value is (168,23,62). Sum of RGB (Red+Green+Blue) = 168+23+62=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8173E is #57E8C1. Grayscale: #464646. Windows color (decimal): -5761218 or 4069288. OLE color: 4069288.
HSL color Cylindrical-coordinate representation of color #A8173E: hue angle of 343.86º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8173E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 62 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.34 |
| HSL | 343.86º | 0.76% | 0.37% | - |
| HSV(B) | 343.86º | 0.86% | 0.66% | - |
| XYZ | 17.32 | 9.29 | 5.44 | - |
| YUV | 70.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 62 | 0 | 0.86 | 0.63 | 0.34 | 343.86 | 0.76 | 0.37 |
| Hex | A8 | 17 | 3E | 0 | 56 | 3F | 22 | 158 | 4C | 25 |
| Octal | 250 | 27 | 76 | 0 | 126 | 77 | 42 | 530 | 114 | 45 |
| Binary | 10101000 | 10111 | 111110 | 0 | 1010110 | 111111 | 100010 | 101011000 | 1001100 | 100101 |
Color Harmonies of #A8173E
Complementary color
Monochromatic Colors of #A8173E
Black with #A8173E
Text Example
Text Example
White with #A8173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8173E; }
p { color: rgb(168,23,62); }
H1.HeaderClassName
{
color: #A8173E;
}
.AnyTagClassName
{
color: #A8173E;
}
</style>
background-color css
<style>
a { background-color: #A8173E; }
a { background-color: rgb(168,23,62); }
div.DivClassName
{
background-color: #A8173E;
}
.BgClassName
{
background-color: #A8173E;
}
</style>
border-color css
<style>
span { border-color: #A8173E; }
span { border-color: rgb(168,23,62); }
td.TdClassName
{
border-color: #A8173E;
}
.TagClassName
{
border-color: #A8173E;
}
</style>