Shades of Cardinal #AA1D36
Tints of Cardinal #AA1D36
RGB
CMYK
RGB Variations
Color information
#AA1D36 (or 0xAA1D36) is known color: Cardinal. HEX triplet: AA, 1D and 36. RGB value is (170,29,54). Sum of RGB (Red+Green+Blue) = 170+29+54=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D36 is #55E2C9. Grayscale: #4A4A4A. Windows color (decimal): -5628618 or 3546538. OLE color: 3546538.
HSL color Cylindrical-coordinate representation of color #AA1D36: hue angle of 349.36º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D36 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 54 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.33 |
| HSL | 349.36º | 0.71% | 0.39% | - |
| HSV(B) | 349.36º | 0.83% | 0.67% | - |
| XYZ | 17.68 | 9.69 | 4.43 | - |
| YUV | 74.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 54 | 0 | 0.83 | 0.68 | 0.33 | 349.36 | 0.71 | 0.39 |
| Hex | AA | 1D | 36 | 0 | 53 | 44 | 21 | 15D | 47 | 27 |
| Octal | 252 | 35 | 66 | 0 | 123 | 104 | 41 | 535 | 107 | 47 |
| Binary | 10101010 | 11101 | 110110 | 0 | 1010011 | 1000100 | 100001 | 101011101 | 1000111 | 100111 |
Color Harmonies of #AA1D36
Complementary color
Monochromatic Colors of #AA1D36
Black with #AA1D36
Text Example
Text Example
White with #AA1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D36; }
p { color: rgb(170,29,54); }
H1.HeaderClassName
{
color: #AA1D36;
}
.AnyTagClassName
{
color: #AA1D36;
}
</style>
background-color css
<style>
a { background-color: #AA1D36; }
a { background-color: rgb(170,29,54); }
div.DivClassName
{
background-color: #AA1D36;
}
.BgClassName
{
background-color: #AA1D36;
}
</style>
border-color css
<style>
span { border-color: #AA1D36; }
span { border-color: rgb(170,29,54); }
td.TdClassName
{
border-color: #AA1D36;
}
.TagClassName
{
border-color: #AA1D36;
}
</style>