#AE1336

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

Shades of Cardinal #AE1336

Tints of Cardinal #AE1336

Color information

#AE1336 (or 0xAE1336) is unknown color: approx Cardinal. HEX triplet: AE, 13 and 36. RGB value is (174,19,54). Sum of RGB (Red+Green+Blue) = 174+19+54=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1336 is #51ECC9. Grayscale: #454545. Windows color (decimal): -5369034 or 3543982. OLE color: 3543982.

HSL color Cylindrical-coordinate representation of color #AE1336: hue angle of 346.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1336 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1741954-
CMYK00.890.690.32
HSL346.45º80.31%37.84%-
HSV(B)346.45º89.08%68.24%-
XYZ18.359.734.4-
YUV69.33119.35202.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=70.45%
G=7.69%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174195400.890.690.32346.4580.3137.84
HexAE1336059452015a5026
Octal256236601311054053212046
Binary10101110100111101100101100110001011000001010110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1336; }

 p { color: rgb(174,19,54); }

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

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

 a { background-color: rgb(174,19,54); }

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

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

 span { border-color: rgb(174,19,54); }

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