Shades of Cardinal #A9223C
Tints of Cardinal #A9223C
RGB
CMYK
RGB Variations
Color information
#A9223C (or 0xA9223C) is known color: Cardinal. HEX triplet: A9, 22 and 3C. RGB value is (169,34,60). Sum of RGB (Red+Green+Blue) = 169+34+60=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9223C is #56DDC3. Grayscale: #4D4D4D. Windows color (decimal): -5692868 or 3941033. OLE color: 3941033.
HSL color Cylindrical-coordinate representation of color #A9223C: hue angle of 348.44º degrees, saturation: 0.67, 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 #A9223C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 34 | 60 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.34 |
| HSL | 348.44º | 0.67% | 0.4% | - |
| HSV(B) | 348.44º | 0.8% | 0.66% | - |
| XYZ | 17.75 | 9.91 | 5.25 | - |
| YUV | 77.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 60 | 0 | 0.80 | 0.64 | 0.34 | 348.44 | 0.67 | 0.4 |
| Hex | A9 | 22 | 3C | 0 | 50 | 40 | 22 | 15C | 43 | 28 |
| Octal | 251 | 42 | 74 | 0 | 120 | 100 | 42 | 534 | 103 | 50 |
| Binary | 10101001 | 100010 | 111100 | 0 | 1010000 | 1000000 | 100010 | 101011100 | 1000011 | 101000 |
Color Harmonies of #A9223C
Complementary color
Monochromatic Colors of #A9223C
Black with #A9223C
Text Example
Text Example
White with #A9223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9223C; }
p { color: rgb(169,34,60); }
H1.HeaderClassName
{
color: #A9223C;
}
.AnyTagClassName
{
color: #A9223C;
}
</style>
background-color css
<style>
a { background-color: #A9223C; }
a { background-color: rgb(169,34,60); }
div.DivClassName
{
background-color: #A9223C;
}
.BgClassName
{
background-color: #A9223C;
}
</style>
border-color css
<style>
span { border-color: #A9223C; }
span { border-color: rgb(169,34,60); }
td.TdClassName
{
border-color: #A9223C;
}
.TagClassName
{
border-color: #A9223C;
}
</style>