Shades of Cardinal #A8223D
Tints of Cardinal #A8223D
RGB
CMYK
RGB Variations
Color information
#A8223D (or 0xA8223D) is known color: Cardinal. HEX triplet: A8, 22 and 3D. RGB value is (168,34,61). Sum of RGB (Red+Green+Blue) = 168+34+61=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8223D is #57DDC2. Grayscale: #4D4D4D. Windows color (decimal): -5758403 or 4006568. OLE color: 4006568.
HSL color Cylindrical-coordinate representation of color #A8223D: hue angle of 347.91º 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 #A8223D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 61 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.34 |
| HSL | 347.91º | 0.66% | 0.4% | - |
| HSV(B) | 347.91º | 0.8% | 0.66% | - |
| XYZ | 17.56 | 9.81 | 5.38 | - |
| YUV | 77.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 61 | 0 | 0.80 | 0.64 | 0.34 | 347.91 | 0.66 | 0.4 |
| Hex | A8 | 22 | 3D | 0 | 50 | 40 | 22 | 15C | 42 | 28 |
| Octal | 250 | 42 | 75 | 0 | 120 | 100 | 42 | 534 | 102 | 50 |
| Binary | 10101000 | 100010 | 111101 | 0 | 1010000 | 1000000 | 100010 | 101011100 | 1000010 | 101000 |
Color Harmonies of #A8223D
Complementary color
Monochromatic Colors of #A8223D
Black with #A8223D
Text Example
Text Example
White with #A8223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8223D; }
p { color: rgb(168,34,61); }
H1.HeaderClassName
{
color: #A8223D;
}
.AnyTagClassName
{
color: #A8223D;
}
</style>
background-color css
<style>
a { background-color: #A8223D; }
a { background-color: rgb(168,34,61); }
div.DivClassName
{
background-color: #A8223D;
}
.BgClassName
{
background-color: #A8223D;
}
</style>
border-color css
<style>
span { border-color: #A8223D; }
span { border-color: rgb(168,34,61); }
td.TdClassName
{
border-color: #A8223D;
}
.TagClassName
{
border-color: #A8223D;
}
</style>