Shades of Cardinal #AA233E
Tints of Cardinal #AA233E
RGB
CMYK
RGB Variations
Color information
#AA233E (or 0xAA233E) is known color: Cardinal. HEX triplet: AA, 23 and 3E. RGB value is (170,35,62). Sum of RGB (Red+Green+Blue) = 170+35+62=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA233E is #55DCC1. Grayscale: #4E4E4E. Windows color (decimal): -5627074 or 4072362. OLE color: 4072362.
HSL color Cylindrical-coordinate representation of color #AA233E: hue angle of 348º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA233E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 62 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.33 |
| HSL | 348º | 0.66% | 0.4% | - |
| HSV(B) | 348º | 0.79% | 0.67% | - |
| XYZ | 18.05 | 10.1 | 5.55 | - |
| YUV | 78.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 62 | 0 | 0.79 | 0.64 | 0.33 | 348 | 0.66 | 0.4 |
| Hex | AA | 23 | 3E | 0 | 4F | 40 | 21 | 15C | 42 | 28 |
| Octal | 252 | 43 | 76 | 0 | 117 | 100 | 41 | 534 | 102 | 50 |
| Binary | 10101010 | 100011 | 111110 | 0 | 1001111 | 1000000 | 100001 | 101011100 | 1000010 | 101000 |
Color Harmonies of #AA233E
Complementary color
Monochromatic Colors of #AA233E
Black with #AA233E
Text Example
Text Example
White with #AA233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA233E; }
p { color: rgb(170,35,62); }
H1.HeaderClassName
{
color: #AA233E;
}
.AnyTagClassName
{
color: #AA233E;
}
</style>
background-color css
<style>
a { background-color: #AA233E; }
a { background-color: rgb(170,35,62); }
div.DivClassName
{
background-color: #AA233E;
}
.BgClassName
{
background-color: #AA233E;
}
</style>
border-color css
<style>
span { border-color: #AA233E; }
span { border-color: rgb(170,35,62); }
td.TdClassName
{
border-color: #AA233E;
}
.TagClassName
{
border-color: #AA233E;
}
</style>