#AE2131

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

Shades of Cardinal #AE2131

Tints of Cardinal #AE2131

Color information

#AE2131 (or 0xAE2131) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 31. RGB value is (174,33,49). Sum of RGB (Red+Green+Blue) = 174+33+49=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2131 is #51DECE. Grayscale: #4D4D4D. Windows color (decimal): -5365455 or 3219886. OLE color: 3219886.

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

Color convert

RGB1743349-
CMYK00.810.720.32
HSL353.19º68.12%40.59%-
HSV(B)353.19º81.03%68.24%-
XYZ18.5510.313.92-
YUV76.98112.21197.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.97%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=67.97%
G=12.89%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174334900.810.720.32353.1968.1240.59
HexAE213105148201614429
Octal256416101211104054110451
Binary101011101000011100010101000110010001000001011000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2131; }

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

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

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

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

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

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

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

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