#AE2732

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

Shades of Cardinal #AE2732

Tints of Cardinal #AE2732

Color information

#AE2732 (or 0xAE2732) is unknown color: approx Cardinal. HEX triplet: AE, 27 and 32. RGB value is (174,39,50). Sum of RGB (Red+Green+Blue) = 174+39+50=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2732 is #51D8CD. Grayscale: #505050. Windows color (decimal): -5363918 or 3286958. OLE color: 3286958.

HSL color Cylindrical-coordinate representation of color #AE2732: hue angle of 355.11º degrees, saturation: 0.63, 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 #AE2732 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1743950-
CMYK00.780.710.32
HSL355.11º63.38%41.76%-
HSV(B)355.11º77.59%68.24%-
XYZ18.7610.684.09-
YUV80.62110.73194.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=66.16%
G=14.83%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174395000.780.710.32355.1163.3841.76
HexAE273204E47201633f2a
Octal25647620116107405437752
Binary10101110100111110010010011101000111100000101100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2732; }

 p { color: rgb(174,39,50); }

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

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

 a { background-color: rgb(174,39,50); }

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

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

 span { border-color: rgb(174,39,50); }

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