#AE2141

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

Shades of Cardinal #AE2141

Tints of Cardinal #AE2141

Color information

#AE2141 (or 0xAE2141) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 41. RGB value is (174,33,65). Sum of RGB (Red+Green+Blue) = 174+33+65=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2141 is #51DEBE. Grayscale: #4E4E4E. Windows color (decimal): -5365439 or 4268462. OLE color: 4268462.

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

Color convert

RGB1743365-
CMYK00.810.630.32
HSL346.38º68.12%40.59%-
HSV(B)346.38º81.03%68.24%-
XYZ18.9510.476.02-
YUV78.81120.21195.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=63.97%
G=12.13%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174336500.810.630.32346.3868.1240.59
HexAE21410513F2015a4429
Octal256411010121774053210451
Binary101011101000011000001010100011111111000001010110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2141; }

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

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

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

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

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

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

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

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