#AE1639

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

Shades of Cardinal #AE1639

Tints of Cardinal #AE1639

Color information

#AE1639 (or 0xAE1639) is unknown color: approx Cardinal. HEX triplet: AE, 16 and 39. RGB value is (174,22,57). Sum of RGB (Red+Green+Blue) = 174+22+57=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1639 is #51E9C6. Grayscale: #474747. Windows color (decimal): -5368263 or 3741358. OLE color: 3741358.

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

Color convert

RGB1742257-
CMYK00.870.670.32
HSL346.18º77.55%38.43%-
HSV(B)346.18º87.36%68.24%-
XYZ18.489.874.8-
YUV71.44119.86201.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=68.77%
G=8.70%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174225700.870.670.32346.1877.5538.43
HexAE1639057432015a4e26
Octal256267101271034053211646
Binary10101110101101110010101011110000111000001010110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1639; }

 p { color: rgb(174,22,57); }

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

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

 a { background-color: rgb(174,22,57); }

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

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

 span { border-color: rgb(174,22,57); }

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