#AE202D

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

Shades of Cardinal #AE202D

Tints of Cardinal #AE202D

Color information

#AE202D (or 0xAE202D) is unknown color: approx Cardinal. HEX triplet: AE, 20 and 2D. RGB value is (174,32,45). Sum of RGB (Red+Green+Blue) = 174+32+45=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE202D is #51DFD2. Grayscale: #4C4C4C. Windows color (decimal): -5365715 or 2957486. OLE color: 2957486.

HSL color Cylindrical-coordinate representation of color #AE202D: hue angle of 354.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE202D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1743245-
CMYK00.820.740.32
HSL354.51º68.93%40.39%-
HSV(B)354.51º81.61%68.24%-
XYZ18.4510.223.48-
YUV75.94110.54197.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=69.32%
G=12.75%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174324500.820.740.32354.5168.9340.39
HexAE202D0524A201634528
Octal256405501221124054310550
Binary101011101000001011010101001010010101000001011000111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE202D; }

 p { color: rgb(174,32,45); }

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

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

 a { background-color: rgb(174,32,45); }

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

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

 span { border-color: rgb(174,32,45); }

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