#AE1547

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

Shades of Cardinal #AE1547

Tints of Cardinal #AE1547

Color information

#AE1547 (or 0xAE1547) is unknown color: approx Cardinal. HEX triplet: AE, 15 and 47. RGB value is (174,21,71). Sum of RGB (Red+Green+Blue) = 174+21+71=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1547 is #51EAB8. Grayscale: #484848. Windows color (decimal): -5368505 or 4658606. OLE color: 4658606.

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

Color convert

RGB1742171-
CMYK00.880.590.32
HSL340.39º78.46%38.24%-
HSV(B)340.39º87.93%68.24%-
XYZ18.869.996.9-
YUV72.45127.19200.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.41%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=65.41%
G=7.89%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174217100.880.590.32340.3978.4638.24
HexAE15470583B201544e26
Octal256251070130734052411646
Binary10101110101011000111010110001110111000001010101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1547; }

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

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

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

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

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

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

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

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