#AE023D

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

Shades of Cardinal #AE023D

Tints of Cardinal #AE023D

Color information

#AE023D (or 0xAE023D) is unknown color: approx Cardinal. HEX triplet: AE, 02 and 3D. RGB value is (174,2,61). Sum of RGB (Red+Green+Blue) = 174+2+61=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE023D is #51FDC2. Grayscale: #3C3C3C. Windows color (decimal): -5373379 or 3998382. OLE color: 3998382.

HSL color Cylindrical-coordinate representation of color #AE023D: hue angle of 339.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE023D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB174261-
CMYK00.990.650.32
HSL339.42º97.73%34.51%-
HSV(B)339.42º98.85%68.24%-
XYZ18.329.385.26-
YUV60.15128.48209.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=73.42%
G=0.84%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17426100.990.650.32339.4297.7334.51
HexAE23D06341201536223
Octal25627501431014052314243
Binary10101110101111010110001110000011000001010100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE023D; }

 p { color: rgb(174,2,61); }

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

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

 a { background-color: rgb(174,2,61); }

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

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

 span { border-color: rgb(174,2,61); }

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