#AE1A47

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

Shades of Cardinal #AE1A47

Tints of Cardinal #AE1A47

Color information

#AE1A47 (or 0xAE1A47) is unknown color: approx Cardinal. HEX triplet: AE, 1A and 47. RGB value is (174,26,71). Sum of RGB (Red+Green+Blue) = 174+26+71=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A47 is #51E5B8. Grayscale: #4B4B4B. Windows color (decimal): -5367225 or 4659886. OLE color: 4659886.

HSL color Cylindrical-coordinate representation of color #AE1A47: hue angle of 341.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A47 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1742671-
CMYK00.850.590.32
HSL341.76º74%39.22%-
HSV(B)341.76º85.06%68.24%-
XYZ18.9610.196.93-
YUV75.38125.53198.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=64.21%
G=9.59%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174267100.850.590.32341.767439.22
HexAE1A470553B201564a27
Octal256321070125734052611247
Binary10101110110101000111010101011110111000001010101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A47; }

 p { color: rgb(174,26,71); }

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

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

 a { background-color: rgb(174,26,71); }

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

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

 span { border-color: rgb(174,26,71); }

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