#AA1639

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

Shades of Cardinal #AA1639

Tints of Cardinal #AA1639

Color information

#AA1639 (or 0xAA1639) is unknown color: approx Cardinal. HEX triplet: AA, 16 and 39. RGB value is (170,22,57). Sum of RGB (Red+Green+Blue) = 170+22+57=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1639 is #55E9C6. Grayscale: #464646. Windows color (decimal): -5630407 or 3741354. OLE color: 3741354.

HSL color Cylindrical-coordinate representation of color #AA1639: hue angle of 345.81º 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 #AA1639 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1702257-
CMYK00.870.660.33
HSL345.81º77.08%37.65%-
HSV(B)345.81º87.06%66.67%-
XYZ17.69.424.76-
YUV70.24120.53199.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=68.27%
G=8.84%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170225700.870.660.33345.8177.0837.65
HexAA1639057422115a4d26
Octal252267101271024153211546
Binary10101010101101110010101011110000101000011010110101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1639; }

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

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

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

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

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

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

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

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