#AA1242

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

Shades of Cardinal #AA1242

Tints of Cardinal #AA1242

Color information

#AA1242 (or 0xAA1242) is unknown color: approx Cardinal. HEX triplet: AA, 12 and 42. RGB value is (170,18,66). Sum of RGB (Red+Green+Blue) = 170+18+66=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1242 is #55EDBD. Grayscale: #444444. Windows color (decimal): -5631422 or 4330154. OLE color: 4330154.

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

Color convert

RGB1701866-
CMYK00.890.610.33
HSL341.05º80.85%36.86%-
HSV(B)341.05º89.41%66.67%-
XYZ17.789.376.03-
YUV68.92126.36200.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=66.93%
G=7.09%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170186600.890.610.33341.0580.8536.86
HexAA12420593D211555125
Octal252221020131754152512145
Binary10101010100101000010010110011111011000011010101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1242; }

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

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

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

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

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

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

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

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