#AA3E31

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

Shades of Medium Carmine #AA3E31

Tints of Medium Carmine #AA3E31

Color information

#AA3E31 (or 0xAA3E31) is unknown color: approx Medium Carmine. HEX triplet: AA, 3E and 31. RGB value is (170,62,49). Sum of RGB (Red+Green+Blue) = 170+62+49=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E31 is #55C1CE. Grayscale: #5C5C5C. Windows color (decimal): -5620175 or 3227306. OLE color: 3227306.

HSL color Cylindrical-coordinate representation of color #AA3E31: hue angle of 6.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3E31 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1706249-
CMYK00.640.710.33
HSL6.45º55.25%42.94%-
HSV(B)6.45º71.18%66.67%-
XYZ18.8512.214.27-
YUV92.81103.28183.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=60.50%
G=22.06%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170624900.640.710.336.4555.2542.94
HexAA3E3104047216372b
Octal252766101001074166753
Binary10101010111110110001010000001000111100001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E31; }

 p { color: rgb(170,62,49); }

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

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

 a { background-color: rgb(170,62,49); }

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

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

 span { border-color: rgb(170,62,49); }

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