Shades of Cardinal #A8213E
Tints of Cardinal #A8213E
RGB
CMYK
RGB Variations
Color information
#A8213E (or 0xA8213E) is known color: Cardinal. HEX triplet: A8, 21 and 3E. RGB value is (168,33,62). Sum of RGB (Red+Green+Blue) = 168+33+62=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8213E is #57DEC1. Grayscale: #4C4C4C. Windows color (decimal): -5758658 or 4071848. OLE color: 4071848.
HSL color Cylindrical-coordinate representation of color #A8213E: hue angle of 347.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8213E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 62 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.34 |
| HSL | 347.11º | 0.67% | 0.39% | - |
| HSV(B) | 347.11º | 0.8% | 0.66% | - |
| XYZ | 17.56 | 9.76 | 5.52 | - |
| YUV | 76.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 62 | 0 | 0.80 | 0.63 | 0.34 | 347.11 | 0.67 | 0.39 |
| Hex | A8 | 21 | 3E | 0 | 50 | 3F | 22 | 15B | 43 | 27 |
| Octal | 250 | 41 | 76 | 0 | 120 | 77 | 42 | 533 | 103 | 47 |
| Binary | 10101000 | 100001 | 111110 | 0 | 1010000 | 111111 | 100010 | 101011011 | 1000011 | 100111 |
Color Harmonies of #A8213E
Complementary color
Monochromatic Colors of #A8213E
Black with #A8213E
Text Example
Text Example
White with #A8213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8213E; }
p { color: rgb(168,33,62); }
H1.HeaderClassName
{
color: #A8213E;
}
.AnyTagClassName
{
color: #A8213E;
}
</style>
background-color css
<style>
a { background-color: #A8213E; }
a { background-color: rgb(168,33,62); }
div.DivClassName
{
background-color: #A8213E;
}
.BgClassName
{
background-color: #A8213E;
}
</style>
border-color css
<style>
span { border-color: #A8213E; }
span { border-color: rgb(168,33,62); }
td.TdClassName
{
border-color: #A8213E;
}
.TagClassName
{
border-color: #A8213E;
}
</style>