#AA3937

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

Shades of Medium Carmine #AA3937

Tints of Medium Carmine #AA3937

Color information

#AA3937 (or 0xAA3937) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 37. RGB value is (170,57,55). Sum of RGB (Red+Green+Blue) = 170+57+55=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3937 is #55C6C8. Grayscale: #5A5A5A. Windows color (decimal): -5621449 or 3619242. OLE color: 3619242.

HSL color Cylindrical-coordinate representation of color #AA3937: hue angle of 1.04º degrees, saturation: 0.51, 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 #AA3937 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1705755-
CMYK00.660.680.33
HSL1.04º51.11%44.12%-
HSV(B)1.04º67.65%66.67%-
XYZ18.7311.754.89-
YUV90.56107.94184.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=60.28%
G=20.21%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170575500.660.680.331.0451.1144.12
HexAA393704244211332c
Octal252716701021044116354
Binary101010101110011101110100001010001001000011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3937; }

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

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

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

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

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

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

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

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