#AE1540

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

Shades of Cardinal #AE1540

Tints of Cardinal #AE1540

Color information

#AE1540 (or 0xAE1540) is unknown color: approx Cardinal. HEX triplet: AE, 15 and 40. RGB value is (174,21,64). Sum of RGB (Red+Green+Blue) = 174+21+64=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1540 is #51EABF. Grayscale: #474747. Windows color (decimal): -5368512 or 4199854. OLE color: 4199854.

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

Color convert

RGB1742164-
CMYK00.880.630.32
HSL343.14º78.46%38.24%-
HSV(B)343.14º87.93%68.24%-
XYZ18.659.915.78-
YUV71.65123.69201-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=67.18%
G=8.11%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174216400.880.630.32343.1478.4638.24
HexAE15400583F201574e26
Octal256251000130774052711646
Binary10101110101011000000010110001111111000001010101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1540; }

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

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

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

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

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

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

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

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