#AE1A46

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

Shades of Cardinal #AE1A46

Tints of Cardinal #AE1A46

Color information

#AE1A46 (or 0xAE1A46) is unknown color: approx Cardinal. HEX triplet: AE, 1A and 46. RGB value is (174,26,70). Sum of RGB (Red+Green+Blue) = 174+26+70=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A46 is #51E5B9. Grayscale: #4B4B4B. Windows color (decimal): -5367226 or 4594350. OLE color: 4594350.

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

Color convert

RGB1742670-
CMYK00.850.600.32
HSL342.16º74%39.22%-
HSV(B)342.16º85.06%68.24%-
XYZ18.9310.186.76-
YUV75.27125.03198.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=64.44%
G=9.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174267000.850.600.32342.167439.22
HexAE1A460553C201564a27
Octal256321060125744052611247
Binary10101110110101000110010101011111001000001010101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A46; }

 p { color: rgb(174,26,70); }

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

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

 a { background-color: rgb(174,26,70); }

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

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

 span { border-color: rgb(174,26,70); }

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