#AE2636

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

Shades of Cardinal #AE2636

Tints of Cardinal #AE2636

Color information

#AE2636 (or 0xAE2636) is unknown color: approx Cardinal. HEX triplet: AE, 26 and 36. RGB value is (174,38,54). Sum of RGB (Red+Green+Blue) = 174+38+54=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2636 is #51D9C9. Grayscale: #505050. Windows color (decimal): -5364170 or 3548846. OLE color: 3548846.

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

Color convert

RGB1743854-
CMYK00.780.690.32
HSL352.94º64.15%41.57%-
HSV(B)352.94º78.16%68.24%-
XYZ18.8110.654.55-
YUV80.49113.06194.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.41%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=65.41%
G=14.29%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174385400.780.690.32352.9464.1541.57
HexAE263604E4520161402a
Octal256466601161054054110052
Binary101011101001101101100100111010001011000001011000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2636; }

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

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

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

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

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

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

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

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