#AE2733

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

Shades of Cardinal #AE2733

Tints of Cardinal #AE2733

Color information

#AE2733 (or 0xAE2733) is unknown color: approx Cardinal. HEX triplet: AE, 27 and 33. RGB value is (174,39,51). Sum of RGB (Red+Green+Blue) = 174+39+51=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2733 is #51D8CC. Grayscale: #505050. Windows color (decimal): -5363917 or 3352494. OLE color: 3352494.

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

Color convert

RGB1743951-
CMYK00.780.710.32
HSL354.67º63.38%41.76%-
HSV(B)354.67º77.59%68.24%-
XYZ18.7810.694.21-
YUV80.73111.23194.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=65.91%
G=14.77%
B=19.32%

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
Decimal174395100.780.710.32354.6763.3841.76
HexAE273304E47201633f2a
Octal25647630116107405437752
Binary10101110100111110011010011101000111100000101100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2733; }

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

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

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

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

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

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

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

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