#AE041B

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

Shades of Carmine #AE041B

Tints of Carmine #AE041B

Color information

#AE041B (or 0xAE041B) is unknown color: approx Carmine. HEX triplet: AE, 04 and 1B. RGB value is (174,4,27). Sum of RGB (Red+Green+Blue) = 174+4+27=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE041B is #51FBE4. Grayscale: #393939. Windows color (decimal): -5372901 or 1770670. OLE color: 1770670.

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

Color convert

RGB174427-
CMYK00.980.840.32
HSL351.88º95.51%34.9%-
HSV(B)351.88º97.7%68.24%-
XYZ17.79.161.87-
YUV57.45110.82211.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.88%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=84.88%
G=1.95%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17442700.980.840.32351.8895.5134.9
HexAE41B06254201606023
Octal25643301421244054014043
Binary10101110100110110110001010101001000001011000001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE041B; }

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

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

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

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

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

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

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

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