#AA4339

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

Shades of Medium Carmine #AA4339

Tints of Medium Carmine #AA4339

Color information

#AA4339 (or 0xAA4339) is unknown color: approx Medium Carmine. HEX triplet: AA, 43 and 39. RGB value is (170,67,57). Sum of RGB (Red+Green+Blue) = 170+67+57=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4339 is #55BCC6. Grayscale: #606060. Windows color (decimal): -5618887 or 3752874. OLE color: 3752874.

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

Color convert

RGB1706757-
CMYK00.610.660.33
HSL5.31º49.78%44.51%-
HSV(B)5.31º66.47%66.67%-
XYZ19.3212.865.33-
YUV96.66105.62180.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=57.82%
G=22.79%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170675700.610.660.335.3149.7844.51
HexAA433903D42215322d
Octal252103710751024156255
Binary10101010100001111100101111011000010100001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4339; }

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

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

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

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

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

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

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

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