Shades of Cardinal #AA1B3E
Tints of Cardinal #AA1B3E
RGB
CMYK
RGB Variations
Color information
#AA1B3E (or 0xAA1B3E) is known color: Cardinal. HEX triplet: AA, 1B and 3E. RGB value is (170,27,62). Sum of RGB (Red+Green+Blue) = 170+27+62=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B3E is #55E4C1. Grayscale: #494949. Windows color (decimal): -5629122 or 4070314. OLE color: 4070314.
HSL color Cylindrical-coordinate representation of color #AA1B3E: hue angle of 345.31º 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 #AA1B3E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 62 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.33 |
| HSL | 345.31º | 0.73% | 0.39% | - |
| HSV(B) | 345.31º | 0.84% | 0.67% | - |
| XYZ | 17.84 | 9.68 | 5.49 | - |
| YUV | 73.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 62 | 0 | 0.84 | 0.64 | 0.33 | 345.31 | 0.73 | 0.39 |
| Hex | AA | 1B | 3E | 0 | 54 | 40 | 21 | 159 | 49 | 27 |
| Octal | 252 | 33 | 76 | 0 | 124 | 100 | 41 | 531 | 111 | 47 |
| Binary | 10101010 | 11011 | 111110 | 0 | 1010100 | 1000000 | 100001 | 101011001 | 1001001 | 100111 |
Color Harmonies of #AA1B3E
Complementary color
Monochromatic Colors of #AA1B3E
Black with #AA1B3E
Text Example
Text Example
White with #AA1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B3E; }
p { color: rgb(170,27,62); }
H1.HeaderClassName
{
color: #AA1B3E;
}
.AnyTagClassName
{
color: #AA1B3E;
}
</style>
background-color css
<style>
a { background-color: #AA1B3E; }
a { background-color: rgb(170,27,62); }
div.DivClassName
{
background-color: #AA1B3E;
}
.BgClassName
{
background-color: #AA1B3E;
}
</style>
border-color css
<style>
span { border-color: #AA1B3E; }
span { border-color: rgb(170,27,62); }
td.TdClassName
{
border-color: #AA1B3E;
}
.TagClassName
{
border-color: #AA1B3E;
}
</style>