#AE0B1D

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

Shades of Carmine #AE0B1D

Tints of Carmine #AE0B1D

Color information

#AE0B1D (or 0xAE0B1D) is unknown color: approx Carmine. HEX triplet: AE, 0B and 1D. RGB value is (174,11,29). Sum of RGB (Red+Green+Blue) = 174+11+29=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B1D is #51F4E2. Grayscale: #3D3D3D. Windows color (decimal): -5371107 or 1903534. OLE color: 1903534.

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

Color convert

RGB1741129-
CMYK00.940.830.32
HSL353.37º88.11%36.27%-
HSV(B)353.37º93.68%68.24%-
XYZ17.89.332.02-
YUV61.79109.5208.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 81.31%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 29 (11.72% from 255) = 13.55%
R=81.31%
G=5.14%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174112900.940.830.32353.3788.1136.27
HexAEB1D05E53201615824
Octal256133501361234054113044
Binary101011101011111010101111010100111000001011000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B1D; }

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

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

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

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

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

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

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

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