#AA452E

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

Shades of Medium Carmine #AA452E

Tints of Medium Carmine #AA452E

Color information

#AA452E (or 0xAA452E) is unknown color: approx Medium Carmine. HEX triplet: AA, 45 and 2E. RGB value is (170,69,46). Sum of RGB (Red+Green+Blue) = 170+69+46=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA452E is #55BAD1. Grayscale: #606060. Windows color (decimal): -5618386 or 3032490. OLE color: 3032490.

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

Color convert

RGB1706946-
CMYK00.590.730.33
HSL11.13º57.41%42.35%-
HSV(B)11.13º72.94%66.67%-
XYZ19.2134.08-
YUV96.5899.46180.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=59.65%
G=24.21%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170694600.590.730.3311.1357.4142.35
HexAA452E03B4921b392a
Octal2521055607311141137152
Binary101010101000101101110011101110010011000011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA452E; }

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

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

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

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

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

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

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

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