#AE021B

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

Shades of Carmine #AE021B

Tints of Carmine #AE021B

Color information

#AE021B (or 0xAE021B) is unknown color: approx Carmine. HEX triplet: AE, 02 and 1B. RGB value is (174,2,27). Sum of RGB (Red+Green+Blue) = 174+2+27=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE021B is #51FDE4. Grayscale: #383838. Windows color (decimal): -5373413 or 1770158. OLE color: 1770158.

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

Color convert

RGB174227-
CMYK00.990.840.32
HSL351.28º97.73%34.51%-
HSV(B)351.28º98.85%68.24%-
XYZ17.689.121.87-
YUV56.28111.48211.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=85.71%
G=0.99%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17422700.990.840.32351.2897.7334.51
HexAE21B063542015f6223
Octal25623301431244053714243
Binary1010111010110110110001110101001000001010111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE021B; }

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

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

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

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

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

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

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

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