Shades of Cardinal #A8173D
Tints of Cardinal #A8173D
RGB
CMYK
RGB Variations
Color information
#A8173D (or 0xA8173D) is known color: Cardinal. HEX triplet: A8, 17 and 3D. RGB value is (168,23,61). Sum of RGB (Red+Green+Blue) = 168+23+61=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8173D is #57E8C2. Grayscale: #464646. Windows color (decimal): -5761219 or 4003752. OLE color: 4003752.
HSL color Cylindrical-coordinate representation of color #A8173D: hue angle of 344.28º 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 #A8173D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 61 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.34 |
| HSL | 344.28º | 0.76% | 0.37% | - |
| HSV(B) | 344.28º | 0.86% | 0.66% | - |
| XYZ | 17.3 | 9.27 | 5.29 | - |
| YUV | 70.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 61 | 0 | 0.86 | 0.64 | 0.34 | 344.28 | 0.76 | 0.37 |
| Hex | A8 | 17 | 3D | 0 | 56 | 40 | 22 | 158 | 4C | 25 |
| Octal | 250 | 27 | 75 | 0 | 126 | 100 | 42 | 530 | 114 | 45 |
| Binary | 10101000 | 10111 | 111101 | 0 | 1010110 | 1000000 | 100010 | 101011000 | 1001100 | 100101 |
Color Harmonies of #A8173D
Complementary color
Monochromatic Colors of #A8173D
Black with #A8173D
Text Example
Text Example
White with #A8173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8173D; }
p { color: rgb(168,23,61); }
H1.HeaderClassName
{
color: #A8173D;
}
.AnyTagClassName
{
color: #A8173D;
}
</style>
background-color css
<style>
a { background-color: #A8173D; }
a { background-color: rgb(168,23,61); }
div.DivClassName
{
background-color: #A8173D;
}
.BgClassName
{
background-color: #A8173D;
}
</style>
border-color css
<style>
span { border-color: #A8173D; }
span { border-color: rgb(168,23,61); }
td.TdClassName
{
border-color: #A8173D;
}
.TagClassName
{
border-color: #A8173D;
}
</style>