Shades of Cardinal #AA1435
Tints of Cardinal #AA1435
RGB
CMYK
RGB Variations
Color information
#AA1435 (or 0xAA1435) is known color: Cardinal. HEX triplet: AA, 14 and 35. RGB value is (170,20,53). Sum of RGB (Red+Green+Blue) = 170+20+53=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1435 is #55EBCA. Grayscale: #444444. Windows color (decimal): -5630923 or 3478698. OLE color: 3478698.
HSL color Cylindrical-coordinate representation of color #AA1435: hue angle of 346.8º 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 #AA1435 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 53 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.33 |
| HSL | 346.8º | 0.79% | 0.37% | - |
| HSV(B) | 346.8º | 0.88% | 0.67% | - |
| XYZ | 17.47 | 9.3 | 4.24 | - |
| YUV | 68.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 53 | 0 | 0.88 | 0.69 | 0.33 | 346.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 35 | 0 | 58 | 45 | 21 | 15B | 4F | 25 |
| Octal | 252 | 24 | 65 | 0 | 130 | 105 | 41 | 533 | 117 | 45 |
| Binary | 10101010 | 10100 | 110101 | 0 | 1011000 | 1000101 | 100001 | 101011011 | 1001111 | 100101 |
Color Harmonies of #AA1435
Complementary color
Monochromatic Colors of #AA1435
Black with #AA1435
Text Example
Text Example
White with #AA1435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1435; }
p { color: rgb(170,20,53); }
H1.HeaderClassName
{
color: #AA1435;
}
.AnyTagClassName
{
color: #AA1435;
}
</style>
background-color css
<style>
a { background-color: #AA1435; }
a { background-color: rgb(170,20,53); }
div.DivClassName
{
background-color: #AA1435;
}
.BgClassName
{
background-color: #AA1435;
}
</style>
border-color css
<style>
span { border-color: #AA1435; }
span { border-color: rgb(170,20,53); }
td.TdClassName
{
border-color: #AA1435;
}
.TagClassName
{
border-color: #AA1435;
}
</style>