#AA3C3A

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

Shades of Medium Carmine #AA3C3A

Tints of Medium Carmine #AA3C3A

Color information

#AA3C3A (or 0xAA3C3A) is unknown color: approx Medium Carmine. HEX triplet: AA, 3C and 3A. RGB value is (170,60,58). Sum of RGB (Red+Green+Blue) = 170+60+58=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C3A is #55C3C5. Grayscale: #5C5C5C. Windows color (decimal): -5620678 or 3816618. OLE color: 3816618.

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

Color convert

RGB1706058-
CMYK00.650.660.33
HSL1.07º49.12%44.71%-
HSV(B)1.07º65.88%66.67%-
XYZ18.9612.085.34-
YUV92.66108.44183.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=59.03%
G=20.83%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170605800.650.660.331.0749.1244.71
HexAA3C3A04142211312d
Octal252747201011024116155
Binary101010101111001110100100000110000101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C3A; }

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

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

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

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

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

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

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

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