Shades of Cardinal #AA1433
Tints of Cardinal #AA1433
RGB
CMYK
RGB Variations
Color information
#AA1433 (or 0xAA1433) is known color: Cardinal. HEX triplet: AA, 14 and 33. RGB value is (170,20,51). Sum of RGB (Red+Green+Blue) = 170+20+51=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1433 is #55EBCC. Grayscale: #444444. Windows color (decimal): -5630925 or 3347626. OLE color: 3347626.
HSL color Cylindrical-coordinate representation of color #AA1433: hue angle of 347.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1433 is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 51 | - |
| CMYK | 0 | 0.88 | 0.7 | 0.33 |
| HSL | 347.6º | 0.79% | 0.37% | - |
| HSV(B) | 347.6º | 0.88% | 0.67% | - |
| XYZ | 17.43 | 9.29 | 4.01 | - |
| YUV | 68.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 51 | 0 | 0.88 | 0.7 | 0.33 | 347.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 33 | 0 | 58 | 46 | 21 | 15C | 4F | 25 |
| Octal | 252 | 24 | 63 | 0 | 130 | 106 | 41 | 534 | 117 | 45 |
| Binary | 10101010 | 10100 | 110011 | 0 | 1011000 | 1000110 | 100001 | 101011100 | 1001111 | 100101 |
Color Harmonies of #AA1433
Complementary color
Monochromatic Colors of #AA1433
Black with #AA1433
Text Example
Text Example
White with #AA1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1433; }
p { color: rgb(170,20,51); }
H1.HeaderClassName
{
color: #AA1433;
}
.AnyTagClassName
{
color: #AA1433;
}
</style>
background-color css
<style>
a { background-color: #AA1433; }
a { background-color: rgb(170,20,51); }
div.DivClassName
{
background-color: #AA1433;
}
.BgClassName
{
background-color: #AA1433;
}
</style>
border-color css
<style>
span { border-color: #AA1433; }
span { border-color: rgb(170,20,51); }
td.TdClassName
{
border-color: #AA1433;
}
.TagClassName
{
border-color: #AA1433;
}
</style>