#AE091C

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

Shades of Carmine #AE091C

Tints of Carmine #AE091C

Color information

#AE091C (or 0xAE091C) is unknown color: approx Carmine. HEX triplet: AE, 09 and 1C. RGB value is (174,9,28). Sum of RGB (Red+Green+Blue) = 174+9+28=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE091C is #51F6E3. Grayscale: #3C3C3C. Windows color (decimal): -5371620 or 1837486. OLE color: 1837486.

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

Color convert

RGB174928-
CMYK00.950.840.32
HSL353.09º90.16%35.88%-
HSV(B)353.09º94.83%68.24%-
XYZ17.769.281.95-
YUV60.5109.66208.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 82.46%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=82.46%
G=4.27%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17492800.950.840.32353.0990.1635.88
HexAE91C05F54201615a24
Octal256113401371244054113244
Binary101011101001111000101111110101001000001011000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE091C; }

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

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

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

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

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

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

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

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