#AE1544

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

Shades of Cardinal #AE1544

Tints of Cardinal #AE1544

Color information

#AE1544 (or 0xAE1544) is unknown color: approx Cardinal. HEX triplet: AE, 15 and 44. RGB value is (174,21,68). Sum of RGB (Red+Green+Blue) = 174+21+68=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1544 is #51EABB. Grayscale: #484848. Windows color (decimal): -5368508 or 4461998. OLE color: 4461998.

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

Color convert

RGB1742168-
CMYK00.880.610.32
HSL341.57º78.46%38.24%-
HSV(B)341.57º87.93%68.24%-
XYZ18.779.956.4-
YUV72.1125.69200.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=66.16%
G=7.98%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174216800.880.610.32341.5778.4638.24
HexAE15440583D201564e26
Octal256251040130754052611646
Binary10101110101011000100010110001111011000001010101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1544; }

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

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

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

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

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

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

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

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