#AE1A44

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

Shades of Cardinal #AE1A44

Tints of Cardinal #AE1A44

Color information

#AE1A44 (or 0xAE1A44) is unknown color: approx Cardinal. HEX triplet: AE, 1A and 44. RGB value is (174,26,68). Sum of RGB (Red+Green+Blue) = 174+26+68=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A44 is #51E5BB. Grayscale: #4B4B4B. Windows color (decimal): -5367228 or 4463278. OLE color: 4463278.

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

Color convert

RGB1742668-
CMYK00.850.610.32
HSL342.97º74%39.22%-
HSV(B)342.97º85.06%68.24%-
XYZ18.8710.156.43-
YUV75.04124.03198.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.93%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=64.93%
G=9.70%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174266800.850.610.32342.977439.22
HexAE1A440553D201574a27
Octal256321040125754052711247
Binary10101110110101000100010101011111011000001010101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A44; }

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

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

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

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

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

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

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

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