#AE092B

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

Shades of Carmine #AE092B

Tints of Carmine #AE092B

Color information

#AE092B (or 0xAE092B) is unknown color: approx Carmine. HEX triplet: AE, 09 and 2B. RGB value is (174,9,43). Sum of RGB (Red+Green+Blue) = 174+9+43=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE092B is #51F6D4. Grayscale: #3E3E3E. Windows color (decimal): -5371605 or 2820526. OLE color: 2820526.

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

Color convert

RGB174943-
CMYK00.950.750.32
HSL347.64º90.16%35.88%-
HSV(B)347.64º94.83%68.24%-
XYZ17.999.373.15-
YUV62.21117.16207.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=76.99%
G=3.98%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17494300.950.750.32347.6490.1635.88
HexAE92B05F4B2015c5a24
Octal256115301371134053413244
Binary1010111010011010110101111110010111000001010111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE092B; }

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

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

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

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

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

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

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

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