#AE142E

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

Shades of Cardinal #AE142E

Tints of Cardinal #AE142E

Color information

#AE142E (or 0xAE142E) is unknown color: approx Cardinal. HEX triplet: AE, 14 and 2E. RGB value is (174,20,46). Sum of RGB (Red+Green+Blue) = 174+20+46=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE142E is #51EBD1. Grayscale: #454545. Windows color (decimal): -5368786 or 3019950. OLE color: 3019950.

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

Color convert

RGB1742046-
CMYK00.890.740.32
HSL349.87º79.38%38.04%-
HSV(B)349.87º88.51%68.24%-
XYZ18.29.73.5-
YUV69.01115.02202.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=72.5%
G=8.33%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174204600.890.740.32349.8779.3838.04
HexAE142E0594A2015e4f26
Octal256245601311124053611746
Binary10101110101001011100101100110010101000001010111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE142E; }

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

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

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

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

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

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

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

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