Shades of Cardinal #A8113F
Tints of Cardinal #A8113F
RGB
CMYK
RGB Variations
Color information
#A8113F (or 0xA8113F) is known color: Cardinal. HEX triplet: A8, 11 and 3F. RGB value is (168,17,63). Sum of RGB (Red+Green+Blue) = 168+17+63=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8113F is #57EEC0. Grayscale: #434343. Windows color (decimal): -5762753 or 4133288. OLE color: 4133288.
HSL color Cylindrical-coordinate representation of color #A8113F: hue angle of 341.72º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8113F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.34 |
| HSL | 341.72º | 0.82% | 0.36% | - |
| HSV(B) | 341.72º | 0.9% | 0.66% | - |
| XYZ | 17.25 | 9.08 | 5.55 | - |
| YUV | 67.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 63 | 0 | 0.90 | 0.63 | 0.34 | 341.72 | 0.82 | 0.36 |
| Hex | A8 | 11 | 3F | 0 | 5A | 3F | 22 | 156 | 52 | 24 |
| Octal | 250 | 21 | 77 | 0 | 132 | 77 | 42 | 526 | 122 | 44 |
| Binary | 10101000 | 10001 | 111111 | 0 | 1011010 | 111111 | 100010 | 101010110 | 1010010 | 100100 |
Color Harmonies of #A8113F
Complementary color
Monochromatic Colors of #A8113F
Black with #A8113F
Text Example
Text Example
White with #A8113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8113F; }
p { color: rgb(168,17,63); }
H1.HeaderClassName
{
color: #A8113F;
}
.AnyTagClassName
{
color: #A8113F;
}
</style>
background-color css
<style>
a { background-color: #A8113F; }
a { background-color: rgb(168,17,63); }
div.DivClassName
{
background-color: #A8113F;
}
.BgClassName
{
background-color: #A8113F;
}
</style>
border-color css
<style>
span { border-color: #A8113F; }
span { border-color: rgb(168,17,63); }
td.TdClassName
{
border-color: #A8113F;
}
.TagClassName
{
border-color: #A8113F;
}
</style>