#AA3C34

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

Shades of Medium Carmine #AA3C34

Tints of Medium Carmine #AA3C34

Color information

#AA3C34 (or 0xAA3C34) is unknown color: approx Medium Carmine. HEX triplet: AA, 3C and 34. RGB value is (170,60,52). Sum of RGB (Red+Green+Blue) = 170+60+52=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C34 is #55C3CB. Grayscale: #5C5C5C. Windows color (decimal): -5620684 or 3423402. OLE color: 3423402.

HSL color Cylindrical-coordinate representation of color #AA3C34: hue angle of 4.07º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3C34 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1706052-
CMYK00.650.690.33
HSL4.07º53.15%43.53%-
HSV(B)4.07º69.41%66.67%-
XYZ18.8112.034.58-
YUV91.98105.44183.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=60.28%
G=21.28%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170605200.650.690.334.0753.1543.53
HexAA3C3404145214352c
Octal252746401011054146554
Binary10101010111100110100010000011000101100001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C34; }

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

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

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

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

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

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

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

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