#AE1231

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

Shades of Cardinal #AE1231

Tints of Cardinal #AE1231

Color information

#AE1231 (or 0xAE1231) is unknown color: approx Cardinal. HEX triplet: AE, 12 and 31. RGB value is (174,18,49). Sum of RGB (Red+Green+Blue) = 174+18+49=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1231 is #51EDCE. Grayscale: #444444. Windows color (decimal): -5369295 or 3216046. OLE color: 3216046.

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

Color convert

RGB1741849-
CMYK00.900.720.32
HSL348.08º81.25%37.65%-
HSV(B)348.08º89.66%68.24%-
XYZ18.239.653.81-
YUV68.18117.18203.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=72.20%
G=7.47%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174184900.900.720.32348.0881.2537.65
HexAE123105A482015c5126
Octal256226101321104053412146
Binary10101110100101100010101101010010001000001010111001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1231; }

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

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

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

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

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

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

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

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