Shades of Cardinal #A8173C
Tints of Cardinal #A8173C
RGB
CMYK
RGB Variations
Color information
#A8173C (or 0xA8173C) is known color: Cardinal. HEX triplet: A8, 17 and 3C. RGB value is (168,23,60). Sum of RGB (Red+Green+Blue) = 168+23+60=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8173C is #57E8C3. Grayscale: #464646. Windows color (decimal): -5761220 or 3938216. OLE color: 3938216.
HSL color Cylindrical-coordinate representation of color #A8173C: hue angle of 344.69º 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 #A8173C is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 60 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.34 |
| HSL | 344.69º | 0.76% | 0.37% | - |
| HSV(B) | 344.69º | 0.86% | 0.66% | - |
| XYZ | 17.27 | 9.26 | 5.15 | - |
| YUV | 70.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 60 | 0 | 0.86 | 0.64 | 0.34 | 344.69 | 0.76 | 0.37 |
| Hex | A8 | 17 | 3C | 0 | 56 | 40 | 22 | 159 | 4C | 25 |
| Octal | 250 | 27 | 74 | 0 | 126 | 100 | 42 | 531 | 114 | 45 |
| Binary | 10101000 | 10111 | 111100 | 0 | 1010110 | 1000000 | 100010 | 101011001 | 1001100 | 100101 |
Color Harmonies of #A8173C
Complementary color
Monochromatic Colors of #A8173C
Black with #A8173C
Text Example
Text Example
White with #A8173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8173C; }
p { color: rgb(168,23,60); }
H1.HeaderClassName
{
color: #A8173C;
}
.AnyTagClassName
{
color: #A8173C;
}
</style>
background-color css
<style>
a { background-color: #A8173C; }
a { background-color: rgb(168,23,60); }
div.DivClassName
{
background-color: #A8173C;
}
.BgClassName
{
background-color: #A8173C;
}
</style>
border-color css
<style>
span { border-color: #A8173C; }
span { border-color: rgb(168,23,60); }
td.TdClassName
{
border-color: #A8173C;
}
.TagClassName
{
border-color: #A8173C;
}
</style>