#AA1A2E

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

Shades of Cardinal #AA1A2E

Tints of Cardinal #AA1A2E

Color information

#AA1A2E (or 0xAA1A2E) is unknown color: approx Cardinal. HEX triplet: AA, 1A and 2E. RGB value is (170,26,46). Sum of RGB (Red+Green+Blue) = 170+26+46=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A2E is #55E5D1. Grayscale: #474747. Windows color (decimal): -5629394 or 3021482. OLE color: 3021482.

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

Color convert

RGB1702646-
CMYK00.850.730.33
HSL351.67º73.47%38.43%-
HSV(B)351.67º84.71%66.67%-
XYZ17.449.483.5-
YUV71.34113.71198.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.25%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=70.25%
G=10.74%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170264600.850.730.33351.6773.4738.43
HexAA1A2E05549211604926
Octal252325601251114154011146
Binary10101010110101011100101010110010011000011011000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A2E; }

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

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

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

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

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

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

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

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