#AE021D

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

Shades of Carmine #AE021D

Tints of Carmine #AE021D

Color information

#AE021D (or 0xAE021D) is unknown color: approx Carmine. HEX triplet: AE, 02 and 1D. RGB value is (174,2,29). Sum of RGB (Red+Green+Blue) = 174+2+29=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE021D is #51FDE2. Grayscale: #383838. Windows color (decimal): -5373411 or 1901230. OLE color: 1901230.

HSL color Cylindrical-coordinate representation of color #AE021D: hue angle of 350.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB174229-
CMYK00.990.830.32
HSL350.58º97.73%34.51%-
HSV(B)350.58º98.85%68.24%-
XYZ17.79.131.99-
YUV56.51112.48211.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.88%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=84.88%
G=0.98%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17422900.990.830.32350.5897.7334.51
HexAE21D063532015f6223
Octal25623501431234053714243
Binary1010111010111010110001110100111000001010111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE021D; }

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

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

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

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

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

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

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

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