#AA412E

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

Shades of Medium Carmine #AA412E

Tints of Medium Carmine #AA412E

Color information

#AA412E (or 0xAA412E) is unknown color: approx Medium Carmine. HEX triplet: AA, 41 and 2E. RGB value is (170,65,46). Sum of RGB (Red+Green+Blue) = 170+65+46=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA412E is #55BED1. Grayscale: #5E5E5E. Windows color (decimal): -5619410 or 3031466. OLE color: 3031466.

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

Color convert

RGB1706546-
CMYK00.620.730.33
HSL9.19º57.41%42.35%-
HSV(B)9.19º72.94%66.67%-
XYZ18.9612.524-
YUV94.23100.79182.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=60.50%
G=23.13%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170654600.620.730.339.1957.4142.35
HexAA412E03E49219392a
Octal2521015607611141117152
Binary101010101000001101110011111010010011000011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA412E; }

 p { color: rgb(170,65,46); }

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

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

 a { background-color: rgb(170,65,46); }

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

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

 span { border-color: rgb(170,65,46); }

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