#AE2142

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

Shades of Cardinal #AE2142

Tints of Cardinal #AE2142

Color information

#AE2142 (or 0xAE2142) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 42. RGB value is (174,33,66). Sum of RGB (Red+Green+Blue) = 174+33+66=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2142 is #51DEBD. Grayscale: #4E4E4E. Windows color (decimal): -5365438 or 4333998. OLE color: 4333998.

HSL color Cylindrical-coordinate representation of color #AE2142: hue angle of 345.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2142 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1743366-
CMYK00.810.620.32
HSL345.96º68.12%40.59%-
HSV(B)345.96º81.03%68.24%-
XYZ18.9810.486.18-
YUV78.92120.71195.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=63.74%
G=12.09%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174336600.810.620.32345.9668.1240.59
HexAE21420513E2015a4429
Octal256411020121764053210451
Binary101011101000011000010010100011111101000001010110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2142; }

 p { color: rgb(174,33,66); }

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

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

 a { background-color: rgb(174,33,66); }

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

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

 span { border-color: rgb(174,33,66); }

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