Shades of Cardinal #AA1743
Tints of Cardinal #AA1743
RGB
CMYK
RGB Variations
Color information
#AA1743 (or 0xAA1743) is known color: Cardinal. HEX triplet: AA, 17 and 43. RGB value is (170,23,67). Sum of RGB (Red+Green+Blue) = 170+23+67=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1743 is #55E8BC. Grayscale: #474747. Windows color (decimal): -5630141 or 4396970. OLE color: 4396970.
HSL color Cylindrical-coordinate representation of color #AA1743: hue angle of 342.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1743 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 67 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.33 |
| HSL | 342.04º | 0.76% | 0.38% | - |
| HSV(B) | 342.04º | 0.86% | 0.67% | - |
| XYZ | 17.9 | 9.56 | 6.21 | - |
| YUV | 71.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 67 | 0 | 0.86 | 0.61 | 0.33 | 342.04 | 0.76 | 0.38 |
| Hex | AA | 17 | 43 | 0 | 56 | 3D | 21 | 156 | 4C | 26 |
| Octal | 252 | 27 | 103 | 0 | 126 | 75 | 41 | 526 | 114 | 46 |
| Binary | 10101010 | 10111 | 1000011 | 0 | 1010110 | 111101 | 100001 | 101010110 | 1001100 | 100110 |
Color Harmonies of #AA1743
Complementary color
Monochromatic Colors of #AA1743
Black with #AA1743
Text Example
Text Example
White with #AA1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1743; }
p { color: rgb(170,23,67); }
H1.HeaderClassName
{
color: #AA1743;
}
.AnyTagClassName
{
color: #AA1743;
}
</style>
background-color css
<style>
a { background-color: #AA1743; }
a { background-color: rgb(170,23,67); }
div.DivClassName
{
background-color: #AA1743;
}
.BgClassName
{
background-color: #AA1743;
}
</style>
border-color css
<style>
span { border-color: #AA1743; }
span { border-color: rgb(170,23,67); }
td.TdClassName
{
border-color: #AA1743;
}
.TagClassName
{
border-color: #AA1743;
}
</style>