#AA453A

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

Shades of Medium Carmine #AA453A

Tints of Medium Carmine #AA453A

Color information

#AA453A (or 0xAA453A) is unknown color: approx Medium Carmine. HEX triplet: AA, 45 and 3A. RGB value is (170,69,58). Sum of RGB (Red+Green+Blue) = 170+69+58=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA453A is #55BAC5. Grayscale: #626262. Windows color (decimal): -5618374 or 3818922. OLE color: 3818922.

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

Color convert

RGB1706958-
CMYK00.590.660.33
HSL5.89º49.12%44.71%-
HSV(B)5.89º65.88%66.67%-
XYZ19.4713.115.51-
YUV97.94105.46179.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=57.24%
G=23.23%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170695800.590.660.335.8949.1244.71
HexAA453A03B42216312d
Octal252105720731024166155
Binary10101010100010111101001110111000010100001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA453A; }

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

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

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

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

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

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

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

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