#AE1B2E

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

Shades of Cardinal #AE1B2E

Tints of Cardinal #AE1B2E

Color information

#AE1B2E (or 0xAE1B2E) is unknown color: approx Cardinal. HEX triplet: AE, 1B and 2E. RGB value is (174,27,46). Sum of RGB (Red+Green+Blue) = 174+27+46=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B2E is #51E4D1. Grayscale: #494949. Windows color (decimal): -5366994 or 3021742. OLE color: 3021742.

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

Color convert

RGB1742746-
CMYK00.840.740.32
HSL352.24º73.13%39.41%-
HSV(B)352.24º84.48%68.24%-
XYZ18.349.983.54-
YUV73.12112.7199.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=70.45%
G=10.93%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174274600.840.740.32352.2473.1339.41
HexAE1B2E0544A201604927
Octal256335601241124054011147
Binary10101110110111011100101010010010101000001011000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B2E; }

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

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

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

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

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

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

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

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