#AE0B2A

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

Shades of Carmine #AE0B2A

Tints of Carmine #AE0B2A

Color information

#AE0B2A (or 0xAE0B2A) is unknown color: approx Carmine. HEX triplet: AE, 0B and 2A. RGB value is (174,11,42). Sum of RGB (Red+Green+Blue) = 174+11+42=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B2A is #51F4D5. Grayscale: #3F3F3F. Windows color (decimal): -5371094 or 2755502. OLE color: 2755502.

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

Color convert

RGB1741142-
CMYK00.940.760.32
HSL348.59º88.11%36.27%-
HSV(B)348.59º93.68%68.24%-
XYZ17.999.413.06-
YUV63.27116206.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.65%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=76.65%
G=4.85%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174114200.940.760.32348.5988.1136.27
HexAEB2A05E4C2015d5824
Octal256135201361144053513044
Binary1010111010111010100101111010011001000001010111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B2A; }

 p { color: rgb(174,11,42); }

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

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

 a { background-color: rgb(174,11,42); }

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

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

 span { border-color: rgb(174,11,42); }

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