#AE091B

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

Shades of Carmine #AE091B

Tints of Carmine #AE091B

Color information

#AE091B (or 0xAE091B) is unknown color: approx Carmine. HEX triplet: AE, 09 and 1B. RGB value is (174,9,27). Sum of RGB (Red+Green+Blue) = 174+9+27=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE091B is #51F6E4. Grayscale: #3C3C3C. Windows color (decimal): -5371621 or 1771950. OLE color: 1771950.

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

Color convert

RGB174927-
CMYK00.950.840.32
HSL353.45º90.16%35.88%-
HSV(B)353.45º94.83%68.24%-
XYZ17.759.271.89-
YUV60.39109.16209.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 82.86%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=82.86%
G=4.29%
B=12.86%

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
Decimal17492700.950.840.32353.4590.1635.88
HexAE91B05F54201615a24
Octal256113301371244054113244
Binary101011101001110110101111110101001000001011000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE091B; }

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

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

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

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

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

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

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

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