#AA3736

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

Shades of Medium Carmine #AA3736

Tints of Medium Carmine #AA3736

Color information

#AA3736 (or 0xAA3736) is unknown color: approx Medium Carmine. HEX triplet: AA, 37 and 36. RGB value is (170,55,54). Sum of RGB (Red+Green+Blue) = 170+55+54=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3736 is #55C8C9. Grayscale: #595959. Windows color (decimal): -5621962 or 3553194. OLE color: 3553194.

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

Color convert

RGB1705554-
CMYK00.680.680.33
HSL0.52º51.79%43.92%-
HSV(B)0.52º68.24%66.67%-
XYZ18.6111.544.74-
YUV89.27108.1185.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=60.93%
G=19.71%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170555400.680.680.330.5251.7943.92
HexAA373604444211342c
Octal252676601041044116454
Binary101010101101111101100100010010001001000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3736; }

 p { color: rgb(170,55,54); }

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

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

 a { background-color: rgb(170,55,54); }

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

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

 span { border-color: rgb(170,55,54); }

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