Shades of Cardinal #A9223F
Tints of Cardinal #A9223F
RGB
CMYK
RGB Variations
Color information
#A9223F (or 0xA9223F) is known color: Cardinal. HEX triplet: A9, 22 and 3F. RGB value is (169,34,63). Sum of RGB (Red+Green+Blue) = 169+34+63=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9223F is #56DDC0. Grayscale: #4D4D4D. Windows color (decimal): -5692865 or 4137641. OLE color: 4137641.
HSL color Cylindrical-coordinate representation of color #A9223F: hue angle of 347.11º 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 #A9223F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 34 | 63 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.34 |
| HSL | 347.11º | 0.67% | 0.4% | - |
| HSV(B) | 347.11º | 0.8% | 0.66% | - |
| XYZ | 17.83 | 9.94 | 5.68 | - |
| YUV | 77.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 63 | 0 | 0.80 | 0.63 | 0.34 | 347.11 | 0.67 | 0.4 |
| Hex | A9 | 22 | 3F | 0 | 50 | 3F | 22 | 15B | 43 | 28 |
| Octal | 251 | 42 | 77 | 0 | 120 | 77 | 42 | 533 | 103 | 50 |
| Binary | 10101001 | 100010 | 111111 | 0 | 1010000 | 111111 | 100010 | 101011011 | 1000011 | 101000 |
Color Harmonies of #A9223F
Complementary color
Monochromatic Colors of #A9223F
Black with #A9223F
Text Example
Text Example
White with #A9223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9223F; }
p { color: rgb(169,34,63); }
H1.HeaderClassName
{
color: #A9223F;
}
.AnyTagClassName
{
color: #A9223F;
}
</style>
background-color css
<style>
a { background-color: #A9223F; }
a { background-color: rgb(169,34,63); }
div.DivClassName
{
background-color: #A9223F;
}
.BgClassName
{
background-color: #A9223F;
}
</style>
border-color css
<style>
span { border-color: #A9223F; }
span { border-color: rgb(169,34,63); }
td.TdClassName
{
border-color: #A9223F;
}
.TagClassName
{
border-color: #A9223F;
}
</style>