#AE1C39

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

Shades of Cardinal #AE1C39

Tints of Cardinal #AE1C39

Color information

#AE1C39 (or 0xAE1C39) is unknown color: approx Cardinal. HEX triplet: AE, 1C and 39. RGB value is (174,28,57). Sum of RGB (Red+Green+Blue) = 174+28+57=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C39 is #51E3C6. Grayscale: #4A4A4A. Windows color (decimal): -5366727 or 3742894. OLE color: 3742894.

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

Color convert

RGB1742857-
CMYK00.840.670.32
HSL348.08º72.28%39.61%-
HSV(B)348.08º83.91%68.24%-
XYZ18.6110.124.84-
YUV74.96117.87198.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=67.18%
G=10.81%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174285700.840.670.32348.0872.2839.61
HexAE1C39054432015c4828
Octal256347101241034053411050
Binary10101110111001110010101010010000111000001010111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C39; }

 p { color: rgb(174,28,57); }

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

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

 a { background-color: rgb(174,28,57); }

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

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

 span { border-color: rgb(174,28,57); }

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