Shades of Cardinal #AA1B3B
Tints of Cardinal #AA1B3B
RGB
CMYK
RGB Variations
Color information
#AA1B3B (or 0xAA1B3B) is known color: Cardinal. HEX triplet: AA, 1B and 3B. RGB value is (170,27,59). Sum of RGB (Red+Green+Blue) = 170+27+59=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B3B is #55E4C4. Grayscale: #494949. Windows color (decimal): -5629125 or 3873706. OLE color: 3873706.
HSL color Cylindrical-coordinate representation of color #AA1B3B: hue angle of 346.57º 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 #AA1B3B is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 59 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.33 |
| HSL | 346.57º | 0.73% | 0.39% | - |
| HSV(B) | 346.57º | 0.84% | 0.67% | - |
| XYZ | 17.76 | 9.65 | 5.06 | - |
| YUV | 73.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 59 | 0 | 0.84 | 0.65 | 0.33 | 346.57 | 0.73 | 0.39 |
| Hex | AA | 1B | 3B | 0 | 54 | 41 | 21 | 15B | 49 | 27 |
| Octal | 252 | 33 | 73 | 0 | 124 | 101 | 41 | 533 | 111 | 47 |
| Binary | 10101010 | 11011 | 111011 | 0 | 1010100 | 1000001 | 100001 | 101011011 | 1001001 | 100111 |
Color Harmonies of #AA1B3B
Complementary color
Monochromatic Colors of #AA1B3B
Black with #AA1B3B
Text Example
Text Example
White with #AA1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B3B; }
p { color: rgb(170,27,59); }
H1.HeaderClassName
{
color: #AA1B3B;
}
.AnyTagClassName
{
color: #AA1B3B;
}
</style>
background-color css
<style>
a { background-color: #AA1B3B; }
a { background-color: rgb(170,27,59); }
div.DivClassName
{
background-color: #AA1B3B;
}
.BgClassName
{
background-color: #AA1B3B;
}
</style>
border-color css
<style>
span { border-color: #AA1B3B; }
span { border-color: rgb(170,27,59); }
td.TdClassName
{
border-color: #AA1B3B;
}
.TagClassName
{
border-color: #AA1B3B;
}
</style>