#AA3837

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

Shades of Medium Carmine #AA3837

Tints of Medium Carmine #AA3837

Color information

#AA3837 (or 0xAA3837) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 37. RGB value is (170,56,55). Sum of RGB (Red+Green+Blue) = 170+56+55=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3837 is #55C7C8. Grayscale: #5A5A5A. Windows color (decimal): -5621705 or 3618986. OLE color: 3618986.

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

Color convert

RGB1705655-
CMYK00.670.680.33
HSL0.52º51.11%44.12%-
HSV(B)0.52º67.65%66.67%-
XYZ18.6811.654.88-
YUV89.97108.27185.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 55 (21.88% from 255) = 19.57%
R=60.50%
G=19.93%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170565500.670.680.330.5251.1144.12
HexAA383704344211332c
Octal252706701031044116354
Binary101010101110001101110100001110001001000011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3837; }

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

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

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

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

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

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

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

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