#AE2140

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

Shades of Cardinal #AE2140

Tints of Cardinal #AE2140

Color information

#AE2140 (or 0xAE2140) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 40. RGB value is (174,33,64). Sum of RGB (Red+Green+Blue) = 174+33+64=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2140 is #51DEBF. Grayscale: #4E4E4E. Windows color (decimal): -5365440 or 4202926. OLE color: 4202926.

HSL color Cylindrical-coordinate representation of color #AE2140: hue angle of 346.81º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2140 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB1743364-
CMYK00.810.630.32
HSL346.81º68.12%40.59%-
HSV(B)346.81º81.03%68.24%-
XYZ18.9210.465.87-
YUV78.69119.71195.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=64.21%
G=12.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174336400.810.630.32346.8168.1240.59
HexAE21400513F2015b4429
Octal256411000121774053310451
Binary101011101000011000000010100011111111000001010110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2140; }

 p { color: rgb(174,33,64); }

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

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

 a { background-color: rgb(174,33,64); }

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

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

 span { border-color: rgb(174,33,64); }

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