#AA3934

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

Shades of Medium Carmine #AA3934

Tints of Medium Carmine #AA3934

Color information

#AA3934 (or 0xAA3934) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 34. RGB value is (170,57,52). Sum of RGB (Red+Green+Blue) = 170+57+52=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3934 is #55C6CB. Grayscale: #5A5A5A. Windows color (decimal): -5621452 or 3422634. OLE color: 3422634.

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

Color convert

RGB1705752-
CMYK00.660.690.33
HSL2.54º53.15%43.53%-
HSV(B)2.54º69.41%66.67%-
XYZ18.6611.724.53-
YUV90.22106.44184.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=60.93%
G=20.43%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170575200.660.690.332.5453.1543.53
HexAA393404245213352c
Octal252716401021054136554
Binary1010101011100111010001000010100010110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3934; }

 p { color: rgb(170,57,52); }

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

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

 a { background-color: rgb(170,57,52); }

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

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

 span { border-color: rgb(170,57,52); }

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