Shades of Cardinal #A8223E
Tints of Cardinal #A8223E
RGB
CMYK
RGB Variations
Color information
#A8223E (or 0xA8223E) is known color: Cardinal. HEX triplet: A8, 22 and 3E. RGB value is (168,34,62). Sum of RGB (Red+Green+Blue) = 168+34+62=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8223E is #57DDC1. Grayscale: #4D4D4D. Windows color (decimal): -5758402 or 4072104. OLE color: 4072104.
HSL color Cylindrical-coordinate representation of color #A8223E: hue angle of 347.46º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8223E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 62 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.34 |
| HSL | 347.46º | 0.66% | 0.4% | - |
| HSV(B) | 347.46º | 0.8% | 0.66% | - |
| XYZ | 17.59 | 9.82 | 5.53 | - |
| YUV | 77.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 62 | 0 | 0.80 | 0.63 | 0.34 | 347.46 | 0.66 | 0.4 |
| Hex | A8 | 22 | 3E | 0 | 50 | 3F | 22 | 15B | 42 | 28 |
| Octal | 250 | 42 | 76 | 0 | 120 | 77 | 42 | 533 | 102 | 50 |
| Binary | 10101000 | 100010 | 111110 | 0 | 1010000 | 111111 | 100010 | 101011011 | 1000010 | 101000 |
Color Harmonies of #A8223E
Complementary color
Monochromatic Colors of #A8223E
Black with #A8223E
Text Example
Text Example
White with #A8223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8223E; }
p { color: rgb(168,34,62); }
H1.HeaderClassName
{
color: #A8223E;
}
.AnyTagClassName
{
color: #A8223E;
}
</style>
background-color css
<style>
a { background-color: #A8223E; }
a { background-color: rgb(168,34,62); }
div.DivClassName
{
background-color: #A8223E;
}
.BgClassName
{
background-color: #A8223E;
}
</style>
border-color css
<style>
span { border-color: #A8223E; }
span { border-color: rgb(168,34,62); }
td.TdClassName
{
border-color: #A8223E;
}
.TagClassName
{
border-color: #A8223E;
}
</style>