Shades of Cardinal #AA1B2F
Tints of Cardinal #AA1B2F
RGB
CMYK
RGB Variations
Color information
#AA1B2F (or 0xAA1B2F) is known color: Cardinal. HEX triplet: AA, 1B and 2F. RGB value is (170,27,47). Sum of RGB (Red+Green+Blue) = 170+27+47=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B2F is #55E4D0. Grayscale: #484848. Windows color (decimal): -5629137 or 3087274. OLE color: 3087274.
HSL color Cylindrical-coordinate representation of color #AA1B2F: hue angle of 351.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B2F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 47 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.33 |
| HSL | 351.61º | 0.73% | 0.39% | - |
| HSV(B) | 351.61º | 0.84% | 0.67% | - |
| XYZ | 17.48 | 9.54 | 3.61 | - |
| YUV | 72.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 47 | 0 | 0.84 | 0.72 | 0.33 | 351.61 | 0.73 | 0.39 |
| Hex | AA | 1B | 2F | 0 | 54 | 48 | 21 | 160 | 49 | 27 |
| Octal | 252 | 33 | 57 | 0 | 124 | 110 | 41 | 540 | 111 | 47 |
| Binary | 10101010 | 11011 | 101111 | 0 | 1010100 | 1001000 | 100001 | 101100000 | 1001001 | 100111 |
Color Harmonies of #AA1B2F
Complementary color
Monochromatic Colors of #AA1B2F
Black with #AA1B2F
Text Example
Text Example
White with #AA1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B2F; }
p { color: rgb(170,27,47); }
H1.HeaderClassName
{
color: #AA1B2F;
}
.AnyTagClassName
{
color: #AA1B2F;
}
</style>
background-color css
<style>
a { background-color: #AA1B2F; }
a { background-color: rgb(170,27,47); }
div.DivClassName
{
background-color: #AA1B2F;
}
.BgClassName
{
background-color: #AA1B2F;
}
</style>
border-color css
<style>
span { border-color: #AA1B2F; }
span { border-color: rgb(170,27,47); }
td.TdClassName
{
border-color: #AA1B2F;
}
.TagClassName
{
border-color: #AA1B2F;
}
</style>