#AA3A34

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

Shades of Medium Carmine #AA3A34

Tints of Medium Carmine #AA3A34

Color information

#AA3A34 (or 0xAA3A34) is unknown color: approx Medium Carmine. HEX triplet: AA, 3A and 34. RGB value is (170,58,52). Sum of RGB (Red+Green+Blue) = 170+58+52=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A34 is #55C5CB. Grayscale: #5A5A5A. Windows color (decimal): -5621196 or 3422890. OLE color: 3422890.

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

Color convert

RGB1705852-
CMYK00.660.690.33
HSL3.05º53.15%43.53%-
HSV(B)3.05º69.41%66.67%-
XYZ18.7111.824.54-
YUV90.8106.11184.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=60.71%
G=20.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170585200.660.690.333.0553.1543.53
HexAA3A3404245213352c
Octal252726401021054136554
Binary1010101011101011010001000010100010110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A34; }

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

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

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

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

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

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

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

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