#AE152E

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

Shades of Cardinal #AE152E

Tints of Cardinal #AE152E

Color information

#AE152E (or 0xAE152E) is unknown color: approx Cardinal. HEX triplet: AE, 15 and 2E. RGB value is (174,21,46). Sum of RGB (Red+Green+Blue) = 174+21+46=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE152E is #51EAD1. Grayscale: #454545. Windows color (decimal): -5368530 or 3020206. OLE color: 3020206.

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

Color convert

RGB1742146-
CMYK00.880.740.32
HSL350.2º78.46%38.24%-
HSV(B)350.2º87.93%68.24%-
XYZ18.229.733.5-
YUV69.6114.69202.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=72.20%
G=8.71%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174214600.880.740.32350.278.4638.24
HexAE152E0584A2015e4e26
Octal256255601301124053611646
Binary10101110101011011100101100010010101000001010111101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE152E; }

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

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

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

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

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

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

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

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