#AA3936

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

Shades of Medium Carmine #AA3936

Tints of Medium Carmine #AA3936

Color information

#AA3936 (or 0xAA3936) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 36. RGB value is (170,57,54). Sum of RGB (Red+Green+Blue) = 170+57+54=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3936 is #55C6C9. Grayscale: #5A5A5A. Windows color (decimal): -5621450 or 3553706. OLE color: 3553706.

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

Color convert

RGB1705754-
CMYK00.660.680.33
HSL1.55º51.79%43.92%-
HSV(B)1.55º68.24%66.67%-
XYZ18.7111.744.77-
YUV90.44107.44184.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=60.50%
G=20.28%
B=19.22%

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
Decimal170575400.660.680.331.5551.7943.92
HexAA393604244212342c
Octal252716601021044126454
Binary1010101011100111011001000010100010010000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3936; }

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

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

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

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

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

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

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

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