Shades of Cardinal #A8103E
Tints of Cardinal #A8103E
RGB
CMYK
RGB Variations
Color information
#A8103E (or 0xA8103E) is known color: Cardinal. HEX triplet: A8, 10 and 3E. RGB value is (168,16,62). Sum of RGB (Red+Green+Blue) = 168+16+62=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8103E is #57EFC1. Grayscale: #424242. Windows color (decimal): -5763010 or 4067496. OLE color: 4067496.
HSL color Cylindrical-coordinate representation of color #A8103E: hue angle of 341.84º degrees, saturation: 0.83, 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 #A8103E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 62 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.34 |
| HSL | 341.84º | 0.83% | 0.36% | - |
| HSV(B) | 341.84º | 0.9% | 0.66% | - |
| XYZ | 17.2 | 9.04 | 5.4 | - |
| YUV | 66.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 62 | 0 | 0.90 | 0.63 | 0.34 | 341.84 | 0.83 | 0.36 |
| Hex | A8 | 10 | 3E | 0 | 5A | 3F | 22 | 156 | 53 | 24 |
| Octal | 250 | 20 | 76 | 0 | 132 | 77 | 42 | 526 | 123 | 44 |
| Binary | 10101000 | 10000 | 111110 | 0 | 1011010 | 111111 | 100010 | 101010110 | 1010011 | 100100 |
Color Harmonies of #A8103E
Complementary color
Monochromatic Colors of #A8103E
Black with #A8103E
Text Example
Text Example
White with #A8103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8103E; }
p { color: rgb(168,16,62); }
H1.HeaderClassName
{
color: #A8103E;
}
.AnyTagClassName
{
color: #A8103E;
}
</style>
background-color css
<style>
a { background-color: #A8103E; }
a { background-color: rgb(168,16,62); }
div.DivClassName
{
background-color: #A8103E;
}
.BgClassName
{
background-color: #A8103E;
}
</style>
border-color css
<style>
span { border-color: #A8103E; }
span { border-color: rgb(168,16,62); }
td.TdClassName
{
border-color: #A8103E;
}
.TagClassName
{
border-color: #A8103E;
}
</style>