#AA3735

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

Shades of Medium Carmine #AA3735

Tints of Medium Carmine #AA3735

Color information

#AA3735 (or 0xAA3735) is unknown color: approx Medium Carmine. HEX triplet: AA, 37 and 35. RGB value is (170,55,53). Sum of RGB (Red+Green+Blue) = 170+55+53=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3735 is #55C8CA. Grayscale: #595959. Windows color (decimal): -5621963 or 3487658. OLE color: 3487658.

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

Color convert

RGB1705553-
CMYK00.680.690.33
HSL1.03º52.47%43.73%-
HSV(B)1.03º68.82%66.67%-
XYZ18.5911.544.62-
YUV89.16107.6185.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=61.15%
G=19.78%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170555300.680.690.331.0352.4743.73
HexAA373504445211342c
Octal252676501041054116454
Binary101010101101111101010100010010001011000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3735; }

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

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

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

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

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

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

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

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