#AA3E2D

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

Shades of Medium Carmine #AA3E2D

Tints of Medium Carmine #AA3E2D

Color information

#AA3E2D (or 0xAA3E2D) is unknown color: approx Medium Carmine. HEX triplet: AA, 3E and 2D. RGB value is (170,62,45). Sum of RGB (Red+Green+Blue) = 170+62+45=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E2D is #55C1D2. Grayscale: #5C5C5C. Windows color (decimal): -5620179 or 2965162. OLE color: 2965162.

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

Color convert

RGB1706245-
CMYK00.640.740.33
HSL8.16º58.14%42.16%-
HSV(B)8.16º73.53%66.67%-
XYZ18.7712.183.84-
YUV92.35101.28183.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=61.37%
G=22.38%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170624500.640.740.338.1658.1442.16
HexAA3E2D0404A2183a2a
Octal2527655010011241107252
Binary101010101111101011010100000010010101000011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E2D; }

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

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

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

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

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

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

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

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