#AE422B

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

Shades of Medium Carmine #AE422B

Tints of Medium Carmine #AE422B

Color information

#AE422B (or 0xAE422B) is unknown color: approx Medium Carmine. HEX triplet: AE, 42 and 2B. RGB value is (174,66,43). Sum of RGB (Red+Green+Blue) = 174+66+43=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE422B is #51BDD4. Grayscale: #5F5F5F. Windows color (decimal): -5357013 or 2835118. OLE color: 2835118.

HSL color Cylindrical-coordinate representation of color #AE422B: hue angle of 10.53º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE422B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1746643-
CMYK00.620.750.32
HSL10.53º60.37%42.55%-
HSV(B)10.53º75.29%68.24%-
XYZ19.8413.073.76-
YUV95.6798.28183.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=61.48%
G=23.32%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174664300.620.750.3210.5360.3742.55
HexAE422B03E4B20b3c2b
Octal2561025307611340137453
Binary101011101000010101011011111010010111000001011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE422B; }

 p { color: rgb(174,66,43); }

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

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

 a { background-color: rgb(174,66,43); }

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

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

 span { border-color: rgb(174,66,43); }

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