#AE093C

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

Shades of Cardinal #AE093C

Tints of Cardinal #AE093C

Color information

#AE093C (or 0xAE093C) is unknown color: approx Cardinal. HEX triplet: AE, 09 and 3C. RGB value is (174,9,60). Sum of RGB (Red+Green+Blue) = 174+9+60=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE093C is #51F6C3. Grayscale: #404040. Windows color (decimal): -5371588 or 3934638. OLE color: 3934638.

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

Color convert

RGB174960-
CMYK00.950.660.32
HSL341.45º90.16%35.88%-
HSV(B)341.45º94.83%68.24%-
XYZ18.379.525.14-
YUV64.15125.66206.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.60%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=71.60%
G=3.70%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17496000.950.660.32341.4590.1635.88
HexAE93C05F42201555a24
Octal256117401371024052513244
Binary1010111010011111000101111110000101000001010101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE093C; }

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

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

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

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

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

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

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

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