#AA4439

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

Shades of Medium Carmine #AA4439

Tints of Medium Carmine #AA4439

Color information

#AA4439 (or 0xAA4439) is unknown color: approx Medium Carmine. HEX triplet: AA, 44 and 39. RGB value is (170,68,57). Sum of RGB (Red+Green+Blue) = 170+68+57=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4439 is #55BBC6. Grayscale: #616161. Windows color (decimal): -5618631 or 3753130. OLE color: 3753130.

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

Color convert

RGB1706857-
CMYK00.60.660.33
HSL5.84º49.78%44.51%-
HSV(B)5.84º66.47%66.67%-
XYZ19.3812.985.35-
YUV97.24105.29179.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=57.63%
G=23.05%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170685700.60.660.335.8449.7844.51
HexAA443903C42216322d
Octal252104710741024166255
Binary10101010100010011100101111001000010100001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4439; }

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

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

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

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

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

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

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

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