Shades of Cardinal #AA1836
Tints of Cardinal #AA1836
RGB
CMYK
RGB Variations
Color information
#AA1836 (or 0xAA1836) is known color: Cardinal. HEX triplet: AA, 18 and 36. RGB value is (170,24,54). Sum of RGB (Red+Green+Blue) = 170+24+54=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1836 is #55E7C9. Grayscale: #474747. Windows color (decimal): -5629898 or 3545258. OLE color: 3545258.
HSL color Cylindrical-coordinate representation of color #AA1836: hue angle of 347.67º degrees, saturation: 0.75, 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 #AA1836 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 54 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.33 |
| HSL | 347.67º | 0.75% | 0.38% | - |
| HSV(B) | 347.67º | 0.86% | 0.67% | - |
| XYZ | 17.57 | 9.47 | 4.39 | - |
| YUV | 71.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 54 | 0 | 0.86 | 0.68 | 0.33 | 347.67 | 0.75 | 0.38 |
| Hex | AA | 18 | 36 | 0 | 56 | 44 | 21 | 15C | 4B | 26 |
| Octal | 252 | 30 | 66 | 0 | 126 | 104 | 41 | 534 | 113 | 46 |
| Binary | 10101010 | 11000 | 110110 | 0 | 1010110 | 1000100 | 100001 | 101011100 | 1001011 | 100110 |
Color Harmonies of #AA1836
Complementary color
Monochromatic Colors of #AA1836
Black with #AA1836
Text Example
Text Example
White with #AA1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1836; }
p { color: rgb(170,24,54); }
H1.HeaderClassName
{
color: #AA1836;
}
.AnyTagClassName
{
color: #AA1836;
}
</style>
background-color css
<style>
a { background-color: #AA1836; }
a { background-color: rgb(170,24,54); }
div.DivClassName
{
background-color: #AA1836;
}
.BgClassName
{
background-color: #AA1836;
}
</style>
border-color css
<style>
span { border-color: #AA1836; }
span { border-color: rgb(170,24,54); }
td.TdClassName
{
border-color: #AA1836;
}
.TagClassName
{
border-color: #AA1836;
}
</style>