#AE2237

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

Shades of Cardinal #AE2237

Tints of Cardinal #AE2237

Color information

#AE2237 (or 0xAE2237) is unknown color: approx Cardinal. HEX triplet: AE, 22 and 37. RGB value is (174,34,55). Sum of RGB (Red+Green+Blue) = 174+34+55=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2237 is #51DDC8. Grayscale: #4E4E4E. Windows color (decimal): -5365193 or 3613358. OLE color: 3613358.

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

Color convert

RGB1743455-
CMYK00.800.680.32
HSL351º67.31%40.78%-
HSV(B)351º80.46%68.24%-
XYZ18.7210.424.64-
YUV78.25114.88196.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=66.16%
G=12.93%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174345500.800.680.3235167.3140.78
HexAE2237050442015f4329
Octal256426701201044053710351
Binary101011101000101101110101000010001001000001010111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2237; }

 p { color: rgb(174,34,55); }

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

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

 a { background-color: rgb(174,34,55); }

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

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

 span { border-color: rgb(174,34,55); }

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