#AE232E

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

Shades of Cardinal #AE232E

Tints of Cardinal #AE232E

Color information

#AE232E (or 0xAE232E) is unknown color: approx Cardinal. HEX triplet: AE, 23 and 2E. RGB value is (174,35,46). Sum of RGB (Red+Green+Blue) = 174+35+46=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232E is #51DCD1. Grayscale: #4D4D4D. Windows color (decimal): -5364946 or 3023790. OLE color: 3023790.

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

Color convert

RGB1743546-
CMYK00.800.740.32
HSL355.25º66.51%40.98%-
HSV(B)355.25º79.89%68.24%-
XYZ18.5510.43.61-
YUV77.82110.05196.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=68.24%
G=13.73%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174354600.800.740.32355.2566.5140.98
HexAE232E0504A201634329
Octal256435601201124054310351
Binary101011101000111011100101000010010101000001011000111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE232E; }

 p { color: rgb(174,35,46); }

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

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

 a { background-color: rgb(174,35,46); }

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

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

 span { border-color: rgb(174,35,46); }

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