#AE0D21

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

Shades of Carmine #AE0D21

Tints of Carmine #AE0D21

Color information

#AE0D21 (or 0xAE0D21) is unknown color: approx Carmine. HEX triplet: AE, 0D and 21. RGB value is (174,13,33). Sum of RGB (Red+Green+Blue) = 174+13+33=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D21 is #51F2DE. Grayscale: #3F3F3F. Windows color (decimal): -5370591 or 2166190. OLE color: 2166190.

HSL color Cylindrical-coordinate representation of color #AE0D21: hue angle of 352.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D21 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB1741333-
CMYK00.930.810.32
HSL352.55º86.1%36.67%-
HSV(B)352.55º92.53%68.24%-
XYZ17.879.42.31-
YUV63.42110.84206.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.09%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 33 (13.28% from 255) = 15%
R=79.09%
G=5.91%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174133300.930.810.32352.5586.136.67
HexAED2105D51201615625
Octal256154101351214054112645
Binary1010111011011000010101110110100011000001011000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D21; }

 p { color: rgb(174,13,33); }

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

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

 a { background-color: rgb(174,13,33); }

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

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

 span { border-color: rgb(174,13,33); }

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