#AA1243

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

Shades of Cardinal #AA1243

Tints of Cardinal #AA1243

Color information

#AA1243 (or 0xAA1243) is unknown color: approx Cardinal. HEX triplet: AA, 12 and 43. RGB value is (170,18,67). Sum of RGB (Red+Green+Blue) = 170+18+67=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1243 is #55EDBC. Grayscale: #444444. Windows color (decimal): -5631421 or 4395690. OLE color: 4395690.

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

Color convert

RGB1701867-
CMYK00.890.610.33
HSL340.66º80.85%36.86%-
HSV(B)340.66º89.41%66.67%-
XYZ17.819.386.18-
YUV69.03126.86200.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=66.67%
G=7.06%
B=26.27%

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
Decimal170186700.890.610.33340.6680.8536.86
HexAA12430593D211555125
Octal252221030131754152512145
Binary10101010100101000011010110011111011000011010101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1243; }

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

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

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

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

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

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

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

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