#AA162B

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

Shades of Cardinal #AA162B

Tints of Cardinal #AA162B

Color information

#AA162B (or 0xAA162B) is unknown color: approx Cardinal. HEX triplet: AA, 16 and 2B. RGB value is (170,22,43). Sum of RGB (Red+Green+Blue) = 170+22+43=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162B is #55E9D4. Grayscale: #444444. Windows color (decimal): -5630421 or 2823850. OLE color: 2823850.

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

Color convert

RGB1702243-
CMYK00.870.750.33
HSL351.49º77.08%37.65%-
HSV(B)351.49º87.06%66.67%-
XYZ17.39.293.17-
YUV68.65113.53200.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=72.34%
G=9.36%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170224300.870.750.33351.4977.0837.65
HexAA162B0574B2115f4d26
Octal252265301271134153711546
Binary10101010101101010110101011110010111000011010111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA162B; }

 p { color: rgb(170,22,43); }

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

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

 a { background-color: rgb(170,22,43); }

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

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

 span { border-color: rgb(170,22,43); }

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