#AE1E29

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

Shades of Cardinal #AE1E29

Tints of Cardinal #AE1E29

Color information

#AE1E29 (or 0xAE1E29) is unknown color: approx Cardinal. HEX triplet: AE, 1E and 29. RGB value is (174,30,41). Sum of RGB (Red+Green+Blue) = 174+30+41=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E29 is #51E1D6. Grayscale: #4A4A4A. Windows color (decimal): -5366231 or 2694830. OLE color: 2694830.

HSL color Cylindrical-coordinate representation of color #AE1E29: hue angle of 355.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E29 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1743041-
CMYK00.830.760.32
HSL355.42º70.59%40%-
HSV(B)355.42º82.76%68.24%-
XYZ18.3210.093.08-
YUV74.31109.21199.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.02%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=71.02%
G=12.24%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174304100.830.760.32355.4270.5940
HexAE1E290534C201634728
Octal256365101231144054310750
Binary10101110111101010010101001110011001000001011000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E29; }

 p { color: rgb(174,30,41); }

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

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

 a { background-color: rgb(174,30,41); }

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

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

 span { border-color: rgb(174,30,41); }

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