#AA392D

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

Shades of Medium Carmine #AA392D

Tints of Medium Carmine #AA392D

Color information

#AA392D (or 0xAA392D) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 2D. RGB value is (170,57,45). Sum of RGB (Red+Green+Blue) = 170+57+45=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA392D is #55C6D2. Grayscale: #595959. Windows color (decimal): -5621459 or 2963882. OLE color: 2963882.

HSL color Cylindrical-coordinate representation of color #AA392D: hue angle of 5.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA392D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1705745-
CMYK00.660.740.33
HSL5.76º58.14%42.16%-
HSV(B)5.76º73.53%66.67%-
XYZ18.5111.663.76-
YUV89.42102.94185.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=62.5%
G=20.96%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170574500.660.740.335.7658.1442.16
HexAA392D0424A2163a2a
Octal252715501021124167252
Binary10101010111001101101010000101001010100001110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA392D; }

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

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

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

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

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

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

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

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