#AA4037

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

Shades of Medium Carmine #AA4037

Tints of Medium Carmine #AA4037

Color information

#AA4037 (or 0xAA4037) is unknown color: approx Medium Carmine. HEX triplet: AA, 40 and 37. RGB value is (170,64,55). Sum of RGB (Red+Green+Blue) = 170+64+55=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4037 is #55BFC8. Grayscale: #5E5E5E. Windows color (decimal): -5619657 or 3621034. OLE color: 3621034.

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

Color convert

RGB1706455-
CMYK00.620.680.33
HSL4.7º51.11%44.12%-
HSV(B)4.7º67.65%66.67%-
XYZ19.112.495.02-
YUV94.67105.62181.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=58.82%
G=22.15%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170645500.620.680.334.751.1144.12
HexAA403703E44215332c
Octal252100670761044156354
Binary10101010100000011011101111101000100100001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4037; }

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

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

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

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

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

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

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

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