#AA3836

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

Shades of Medium Carmine #AA3836

Tints of Medium Carmine #AA3836

Color information

#AA3836 (or 0xAA3836) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 36. RGB value is (170,56,54). Sum of RGB (Red+Green+Blue) = 170+56+54=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3836 is #55C7C9. Grayscale: #595959. Windows color (decimal): -5621706 or 3553450. OLE color: 3553450.

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

Color convert

RGB1705654-
CMYK00.670.680.33
HSL1.03º51.79%43.92%-
HSV(B)1.03º68.24%66.67%-
XYZ18.6611.644.75-
YUV89.86107.77185.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=60.71%
G=20%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170565400.670.680.331.0351.7943.92
HexAA383604344211342c
Octal252706601031044116454
Binary101010101110001101100100001110001001000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3836; }

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

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

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

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

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

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

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

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