#AE1944

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

Shades of Cardinal #AE1944

Tints of Cardinal #AE1944

Color information

#AE1944 (or 0xAE1944) is unknown color: approx Cardinal. HEX triplet: AE, 19 and 44. RGB value is (174,25,68). Sum of RGB (Red+Green+Blue) = 174+25+68=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1944 is #51E6BB. Grayscale: #4A4A4A. Windows color (decimal): -5367484 or 4463022. OLE color: 4463022.

HSL color Cylindrical-coordinate representation of color #AE1944: hue angle of 342.68º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1944 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1742568-
CMYK00.860.610.32
HSL342.68º74.87%39.02%-
HSV(B)342.68º85.63%68.24%-
XYZ18.8510.116.43-
YUV74.45124.36199-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=65.17%
G=9.36%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174256800.860.610.32342.6874.8739.02
HexAE19440563D201574b27
Octal256311040126754052711347
Binary10101110110011000100010101101111011000001010101111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1944; }

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

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

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

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

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

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

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

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