Shades of Cardinal #A8213C
Tints of Cardinal #A8213C
RGB
CMYK
RGB Variations
Color information
#A8213C (or 0xA8213C) is known color: Cardinal. HEX triplet: A8, 21 and 3C. RGB value is (168,33,60). Sum of RGB (Red+Green+Blue) = 168+33+60=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8213C is #57DEC3. Grayscale: #4C4C4C. Windows color (decimal): -5758660 or 3940776. OLE color: 3940776.
HSL color Cylindrical-coordinate representation of color #A8213C: hue angle of 348º 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 #A8213C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 60 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.34 |
| HSL | 348º | 0.67% | 0.39% | - |
| HSV(B) | 348º | 0.8% | 0.66% | - |
| XYZ | 17.51 | 9.74 | 5.23 | - |
| YUV | 76.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 60 | 0 | 0.80 | 0.64 | 0.34 | 348 | 0.67 | 0.39 |
| Hex | A8 | 21 | 3C | 0 | 50 | 40 | 22 | 15C | 43 | 27 |
| Octal | 250 | 41 | 74 | 0 | 120 | 100 | 42 | 534 | 103 | 47 |
| Binary | 10101000 | 100001 | 111100 | 0 | 1010000 | 1000000 | 100010 | 101011100 | 1000011 | 100111 |
Color Harmonies of #A8213C
Complementary color
Monochromatic Colors of #A8213C
Black with #A8213C
Text Example
Text Example
White with #A8213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8213C; }
p { color: rgb(168,33,60); }
H1.HeaderClassName
{
color: #A8213C;
}
.AnyTagClassName
{
color: #A8213C;
}
</style>
background-color css
<style>
a { background-color: #A8213C; }
a { background-color: rgb(168,33,60); }
div.DivClassName
{
background-color: #A8213C;
}
.BgClassName
{
background-color: #A8213C;
}
</style>
border-color css
<style>
span { border-color: #A8213C; }
span { border-color: rgb(168,33,60); }
td.TdClassName
{
border-color: #A8213C;
}
.TagClassName
{
border-color: #A8213C;
}
</style>