#AE0940

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

Shades of Cardinal #AE0940

Tints of Cardinal #AE0940

Color information

#AE0940 (or 0xAE0940) is unknown color: approx Cardinal. HEX triplet: AE, 09 and 40. RGB value is (174,9,64). Sum of RGB (Red+Green+Blue) = 174+9+64=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0940 is #51F6BF. Grayscale: #404040. Windows color (decimal): -5371584 or 4196782. OLE color: 4196782.

HSL color Cylindrical-coordinate representation of color #AE0940: hue angle of 340º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0940 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB174964-
CMYK00.950.630.32
HSL340º90.16%35.88%-
HSV(B)340º94.83%68.24%-
XYZ18.489.565.72-
YUV64.6127.66206.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=70.45%
G=3.64%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17496400.950.630.3234090.1635.88
HexAE94005F3F201545a24
Octal256111000137774052413244
Binary1010111010011000000010111111111111000001010101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0940; }

 p { color: rgb(174,9,64); }

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

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

 a { background-color: rgb(174,9,64); }

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

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

 span { border-color: rgb(174,9,64); }

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