#AE1A2E

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

Shades of Cardinal #AE1A2E

Tints of Cardinal #AE1A2E

Color information

#AE1A2E (or 0xAE1A2E) is unknown color: approx Cardinal. HEX triplet: AE, 1A and 2E. RGB value is (174,26,46). Sum of RGB (Red+Green+Blue) = 174+26+46=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A2E is #51E5D1. Grayscale: #484848. Windows color (decimal): -5367250 or 3021486. OLE color: 3021486.

HSL color Cylindrical-coordinate representation of color #AE1A2E: hue angle of 351.89º 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 #AE1A2E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1742646-
CMYK00.850.740.32
HSL351.89º74%39.22%-
HSV(B)351.89º85.06%68.24%-
XYZ18.329.933.54-
YUV72.53113.03200.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.73%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=70.73%
G=10.57%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174264600.850.740.32351.897439.22
HexAE1A2E0554A201604a27
Octal256325601251124054011247
Binary10101110110101011100101010110010101000001011000001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A2E; }

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

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

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

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

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

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

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

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