#AA4436

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

Shades of Medium Carmine #AA4436

Tints of Medium Carmine #AA4436

Color information

#AA4436 (or 0xAA4436) is unknown color: approx Medium Carmine. HEX triplet: AA, 44 and 36. RGB value is (170,68,54). Sum of RGB (Red+Green+Blue) = 170+68+54=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4436 is #55BBC9. Grayscale: #616161. Windows color (decimal): -5618634 or 3556522. OLE color: 3556522.

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

Color convert

RGB1706854-
CMYK00.60.680.33
HSL7.24º51.79%43.92%-
HSV(B)7.24º68.24%66.67%-
XYZ19.3112.954.97-
YUV96.9103.79180.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=58.22%
G=23.29%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170685400.60.680.337.2451.7943.92
HexAA443603C44217342c
Octal252104660741044176454
Binary10101010100010011011001111001000100100001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4436; }

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

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

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

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

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

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

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

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