#AE1631

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

Shades of Cardinal #AE1631

Tints of Cardinal #AE1631

Color information

#AE1631 (or 0xAE1631) is unknown color: approx Cardinal. HEX triplet: AE, 16 and 31. RGB value is (174,22,49). Sum of RGB (Red+Green+Blue) = 174+22+49=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1631 is #51E9CE. Grayscale: #464646. Windows color (decimal): -5368271 or 3217070. OLE color: 3217070.

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

Color convert

RGB1742249-
CMYK00.870.720.32
HSL349.34º77.55%38.43%-
HSV(B)349.34º87.36%68.24%-
XYZ18.39.793.83-
YUV70.53115.86201.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.02%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 49 (19.53% from 255) = 20%
R=71.02%
G=8.98%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174224900.870.720.32349.3477.5538.43
HexAE1631057482015d4e26
Octal256266101271104053511646
Binary10101110101101100010101011110010001000001010111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1631; }

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

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

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

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

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

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

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

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