#AA122E

Color #AA122E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AA122E

Tints of Cardinal #AA122E

Color information

#AA122E (or 0xAA122E) is unknown color: approx Cardinal. HEX triplet: AA, 12 and 2E. RGB value is (170,18,46). Sum of RGB (Red+Green+Blue) = 170+18+46=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122E is #55EDD1. Grayscale: #424242. Windows color (decimal): -5631442 or 3019434. OLE color: 3019434.

HSL color Cylindrical-coordinate representation of color #AA122E: hue angle of 348.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA122E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1701846-
CMYK00.890.730.33
HSL348.95º80.85%36.86%-
HSV(B)348.95º89.41%66.67%-
XYZ17.299.183.44-
YUV66.64116.36201.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=72.65%
G=7.69%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170184600.890.730.33348.9580.8536.86
HexAA122E059492115d5125
Octal252225601311114153512145
Binary10101010100101011100101100110010011000011010111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA122E; }

 p { color: rgb(170,18,46); }

 H1.HeaderClassName
 {
   color: #AA122E;
 }
 .AnyTagClassName
 {
   color: #AA122E;
 }
</style>
background-color css

<style>
 a { background-color: #AA122E; }

 a { background-color: rgb(170,18,46); }

 div.DivClassName
 {
   background-color: #AA122E;
 }
 .BgClassName
 {
   background-color: #AA122E;
 }
</style>
border-color css

<style>
 span { border-color: #AA122E; }

 span { border-color: rgb(170,18,46); }

 td.TdClassName
 {
   border-color: #AA122E;
 }
 .TagClassName
 {
   border-color: #AA122E;
 }
</style>