#AA3B31

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

Shades of Medium Carmine #AA3B31

Tints of Medium Carmine #AA3B31

Color information

#AA3B31 (or 0xAA3B31) is unknown color: approx Medium Carmine. HEX triplet: AA, 3B and 31. RGB value is (170,59,49). Sum of RGB (Red+Green+Blue) = 170+59+49=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B31 is #55C4CE. Grayscale: #5B5B5B. Windows color (decimal): -5620943 or 3226538. OLE color: 3226538.

HSL color Cylindrical-coordinate representation of color #AA3B31: hue angle of 4.96º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3B31 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1705949-
CMYK00.650.710.33
HSL4.96º55.25%42.94%-
HSV(B)4.96º71.18%66.67%-
XYZ18.711.94.22-
YUV91.05104.27184.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=61.15%
G=21.22%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170594900.650.710.334.9655.2542.94
HexAA3B3104147215372b
Octal252736101011074156753
Binary10101010111011110001010000011000111100001101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B31; }

 p { color: rgb(170,59,49); }

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

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

 a { background-color: rgb(170,59,49); }

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

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

 span { border-color: rgb(170,59,49); }

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