Shades of Cardinal #A8163F
Tints of Cardinal #A8163F
RGB
CMYK
RGB Variations
Color information
#A8163F (or 0xA8163F) is known color: Cardinal. HEX triplet: A8, 16 and 3F. RGB value is (168,22,63). Sum of RGB (Red+Green+Blue) = 168+22+63=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8163F is #57E9C0. Grayscale: #464646. Windows color (decimal): -5761473 or 4134568. OLE color: 4134568.
HSL color Cylindrical-coordinate representation of color #A8163F: hue angle of 343.15º 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 #A8163F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 63 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.34 |
| HSL | 343.15º | 0.77% | 0.37% | - |
| HSV(B) | 343.15º | 0.87% | 0.66% | - |
| XYZ | 17.33 | 9.26 | 5.58 | - |
| YUV | 70.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 63 | 0 | 0.87 | 0.63 | 0.34 | 343.15 | 0.77 | 0.37 |
| Hex | A8 | 16 | 3F | 0 | 57 | 3F | 22 | 157 | 4D | 25 |
| Octal | 250 | 26 | 77 | 0 | 127 | 77 | 42 | 527 | 115 | 45 |
| Binary | 10101000 | 10110 | 111111 | 0 | 1010111 | 111111 | 100010 | 101010111 | 1001101 | 100101 |
Color Harmonies of #A8163F
Complementary color
Monochromatic Colors of #A8163F
Black with #A8163F
Text Example
Text Example
White with #A8163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8163F; }
p { color: rgb(168,22,63); }
H1.HeaderClassName
{
color: #A8163F;
}
.AnyTagClassName
{
color: #A8163F;
}
</style>
background-color css
<style>
a { background-color: #A8163F; }
a { background-color: rgb(168,22,63); }
div.DivClassName
{
background-color: #A8163F;
}
.BgClassName
{
background-color: #A8163F;
}
</style>
border-color css
<style>
span { border-color: #A8163F; }
span { border-color: rgb(168,22,63); }
td.TdClassName
{
border-color: #A8163F;
}
.TagClassName
{
border-color: #A8163F;
}
</style>