#AE162D

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

Shades of Cardinal #AE162D

Tints of Cardinal #AE162D

Color information

#AE162D (or 0xAE162D) is unknown color: approx Cardinal. HEX triplet: AE, 16 and 2D. RGB value is (174,22,45). Sum of RGB (Red+Green+Blue) = 174+22+45=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE162D is #51E9D2. Grayscale: #464646. Windows color (decimal): -5368275 or 2954926. OLE color: 2954926.

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

Color convert

RGB1742245-
CMYK00.870.740.32
HSL350.92º77.55%38.43%-
HSV(B)350.92º87.36%68.24%-
XYZ18.229.763.41-
YUV70.07113.86202.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=72.20%
G=9.13%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174224500.870.740.32350.9277.5538.43
HexAE162D0574A2015f4e26
Octal256265501271124053711646
Binary10101110101101011010101011110010101000001010111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE162D; }

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

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

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

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

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

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

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

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